Skip to content

Commit 06dd176

Browse files
sambostockrafaelfranca
authored andcommitted
Merge pull request #622 from Shopify/dependabot/bundler/rubocop-1.62.0
1 parent f252745 commit 06dd176

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

Gemfile.lock

+3-5
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ GEM
2020
parser (3.3.0.5)
2121
ast (~> 2.4.1)
2222
racc
23-
prism (0.24.0)
2423
pry (0.14.1)
2524
coderay (~> 1.1)
2625
method_source (~> 1.0)
@@ -32,20 +31,19 @@ GEM
3231
rake (13.1.0)
3332
regexp_parser (2.9.0)
3433
rexml (3.2.6)
35-
rubocop (1.61.0)
34+
rubocop (1.62.0)
3635
json (~> 2.3)
3736
language_server-protocol (>= 3.17.0)
3837
parallel (~> 1.10)
3938
parser (>= 3.3.0.2)
4039
rainbow (>= 2.2.2, < 4.0)
4140
regexp_parser (>= 1.8, < 3.0)
4241
rexml (>= 3.2.5, < 4.0)
43-
rubocop-ast (>= 1.30.0, < 2.0)
42+
rubocop-ast (>= 1.31.1, < 2.0)
4443
ruby-progressbar (~> 1.7)
4544
unicode-display_width (>= 2.4.0, < 3.0)
46-
rubocop-ast (1.31.0)
45+
rubocop-ast (1.31.1)
4746
parser (>= 3.3.0.4)
48-
prism (>= 0.24.0)
4947
ruby-progressbar (1.13.0)
5048
unicode-display_width (2.5.0)
5149

test/fixtures/full_config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ AllCops:
8080
CacheRootDirectory:
8181
AllowSymlinksInCacheRootDirectory: false
8282
TargetRubyVersion:
83+
ParserEngine: parser_whitequark
8384
SuggestExtensions:
8485
rubocop-rails:
8586
- rails

0 commit comments

Comments
 (0)