Skip to content

Commit cb3edbb

Browse files
sambostockrafaelfranca
authored andcommitted
Merge pull request #635 from Shopify/dependabot/bundler/rubocop-1.63.4
1 parent 66f3442 commit cb3edbb

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ GEM
1717
method_source (1.0.0)
1818
minitest (5.22.2)
1919
parallel (1.24.0)
20-
parser (3.3.0.5)
20+
parser (3.3.1.0)
2121
ast (~> 2.4.1)
2222
racc
2323
pry (0.14.2)
@@ -31,7 +31,7 @@ GEM
3131
rake (13.1.0)
3232
regexp_parser (2.9.0)
3333
rexml (3.2.6)
34-
rubocop (1.63.0)
34+
rubocop (1.63.4)
3535
json (~> 2.3)
3636
language_server-protocol (>= 3.17.0)
3737
parallel (~> 1.10)
@@ -42,8 +42,8 @@ GEM
4242
rubocop-ast (>= 1.31.1, < 2.0)
4343
ruby-progressbar (~> 1.7)
4444
unicode-display_width (>= 2.4.0, < 3.0)
45-
rubocop-ast (1.31.2)
46-
parser (>= 3.3.0.4)
45+
rubocop-ast (1.31.3)
46+
parser (>= 3.3.1.0)
4747
ruby-progressbar (1.13.0)
4848
unicode-display_width (2.5.0)
4949

test/fixtures/full_config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1210,7 +1210,6 @@ Lint/Debugger:
12101210
DebuggerRequires:
12111211
debug.rb:
12121212
- debug/open
1213-
- debug/open_nonstop
12141213
- debug/start
12151214
Lint/DeprecatedClassMethods:
12161215
Description: Check for deprecated class method calls.

0 commit comments

Comments
 (0)