Skip to content

Commit ecc23c4

Browse files
Bump rubocop from 1.66.1 to 1.71.2
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.66.1 to 1.71.2. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.66.1...v1.71.2) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 43d00bf commit ecc23c4

File tree

2 files changed

+14
-12
lines changed

2 files changed

+14
-12
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ gem "rake", "~> 13.2"
99

1010
gem "minitest", "~> 5.25"
1111

12-
gem "rubocop", "~> 1.66"
12+
gem "rubocop", "~> 1.71"

Gemfile.lock

+13-11
Original file line numberDiff line numberDiff line change
@@ -7,30 +7,30 @@ GEM
77
remote: https://rubygems.org/
88
specs:
99
ast (2.4.2)
10-
json (2.7.2)
11-
language_server-protocol (3.17.0.3)
10+
json (2.9.1)
11+
language_server-protocol (3.17.0.4)
1212
minitest (5.25.2)
1313
mocha (2.6.1)
1414
ruby2_keywords (>= 0.0.5)
1515
parallel (1.26.3)
16-
parser (3.3.5.0)
16+
parser (3.3.7.1)
1717
ast (~> 2.4.1)
1818
racc
1919
racc (1.8.1)
2020
rainbow (3.1.1)
2121
rake (13.2.1)
22-
regexp_parser (2.9.2)
23-
rubocop (1.66.1)
22+
regexp_parser (2.10.0)
23+
rubocop (1.71.2)
2424
json (~> 2.3)
2525
language_server-protocol (>= 3.17.0)
2626
parallel (~> 1.10)
2727
parser (>= 3.3.0.2)
2828
rainbow (>= 2.2.2, < 4.0)
29-
regexp_parser (>= 2.4, < 3.0)
30-
rubocop-ast (>= 1.32.2, < 2.0)
29+
regexp_parser (>= 2.9.3, < 3.0)
30+
rubocop-ast (>= 1.38.0, < 2.0)
3131
ruby-progressbar (~> 1.7)
32-
unicode-display_width (>= 2.4.0, < 3.0)
33-
rubocop-ast (1.32.3)
32+
unicode-display_width (>= 2.4.0, < 4.0)
33+
rubocop-ast (1.38.0)
3434
parser (>= 3.3.1.0)
3535
rubocop-minitest (0.36.0)
3636
rubocop (>= 1.61, < 2.0)
@@ -39,7 +39,9 @@ GEM
3939
rubocop (~> 1.51)
4040
ruby-progressbar (1.13.0)
4141
ruby2_keywords (0.0.5)
42-
unicode-display_width (2.5.0)
42+
unicode-display_width (3.1.4)
43+
unicode-emoji (~> 4.0, >= 4.0.4)
44+
unicode-emoji (4.0.4)
4345

4446
PLATFORMS
4547
ruby
@@ -49,7 +51,7 @@ DEPENDENCIES
4951
minitest (~> 5.25)
5052
mocha
5153
rake (~> 13.2)
52-
rubocop (~> 1.66)
54+
rubocop (~> 1.71)
5355
rubocop-minitest
5456
rubocop-shopify
5557

0 commit comments

Comments
 (0)