Skip to content

Commit

Permalink
Merge pull request #635 from Shopify/dependabot/bundler/rubocop-1.63.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sambostock authored May 6, 2024
2 parents f7941a7 + 232cddb commit 0f65899
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ GEM
method_source (1.0.0)
minitest (5.22.3)
parallel (1.24.0)
parser (3.3.0.5)
parser (3.3.1.0)
ast (~> 2.4.1)
racc
pry (0.14.2)
Expand All @@ -31,7 +31,7 @@ GEM
rake (13.2.1)
regexp_parser (2.9.0)
rexml (3.2.6)
rubocop (1.63.0)
rubocop (1.63.4)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand All @@ -42,8 +42,8 @@ GEM
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.31.2)
parser (>= 3.3.0.4)
rubocop-ast (1.31.3)
parser (>= 3.3.1.0)
ruby-progressbar (1.13.0)
unicode-display_width (2.5.0)

Expand Down
1 change: 0 additions & 1 deletion test/fixtures/full_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1210,7 +1210,6 @@ Lint/Debugger:
DebuggerRequires:
debug.rb:
- debug/open
- debug/open_nonstop
- debug/start
Lint/DeprecatedClassMethods:
Description: Check for deprecated class method calls.
Expand Down

0 comments on commit 0f65899

Please sign in to comment.