Skip to content

Commit d4c5747

Browse files
Bump rubocop from 1.66.1 to 1.72.1
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.66.1 to 1.72.1. - [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.72.1) --- 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 d4c5747

File tree

2 files changed

+17
-13
lines changed

2 files changed

+17
-13
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.72"

Gemfile.lock

+16-12
Original file line numberDiff line numberDiff line change
@@ -7,30 +7,32 @@ 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.10.1)
11+
language_server-protocol (3.17.0.4)
12+
lint_roller (1.1.0)
1213
minitest (5.25.2)
1314
mocha (2.6.1)
1415
ruby2_keywords (>= 0.0.5)
1516
parallel (1.26.3)
16-
parser (3.3.5.0)
17+
parser (3.3.7.1)
1718
ast (~> 2.4.1)
1819
racc
1920
racc (1.8.1)
2021
rainbow (3.1.1)
2122
rake (13.2.1)
22-
regexp_parser (2.9.2)
23-
rubocop (1.66.1)
23+
regexp_parser (2.10.0)
24+
rubocop (1.72.1)
2425
json (~> 2.3)
25-
language_server-protocol (>= 3.17.0)
26+
language_server-protocol (~> 3.17.0.2)
27+
lint_roller (~> 1.1.0)
2628
parallel (~> 1.10)
2729
parser (>= 3.3.0.2)
2830
rainbow (>= 2.2.2, < 4.0)
29-
regexp_parser (>= 2.4, < 3.0)
30-
rubocop-ast (>= 1.32.2, < 2.0)
31+
regexp_parser (>= 2.9.3, < 3.0)
32+
rubocop-ast (>= 1.38.0, < 2.0)
3133
ruby-progressbar (~> 1.7)
32-
unicode-display_width (>= 2.4.0, < 3.0)
33-
rubocop-ast (1.32.3)
34+
unicode-display_width (>= 2.4.0, < 4.0)
35+
rubocop-ast (1.38.0)
3436
parser (>= 3.3.1.0)
3537
rubocop-minitest (0.36.0)
3638
rubocop (>= 1.61, < 2.0)
@@ -39,7 +41,9 @@ GEM
3941
rubocop (~> 1.51)
4042
ruby-progressbar (1.13.0)
4143
ruby2_keywords (0.0.5)
42-
unicode-display_width (2.5.0)
44+
unicode-display_width (3.1.4)
45+
unicode-emoji (~> 4.0, >= 4.0.4)
46+
unicode-emoji (4.0.4)
4347

4448
PLATFORMS
4549
ruby
@@ -49,7 +53,7 @@ DEPENDENCIES
4953
minitest (~> 5.25)
5054
mocha
5155
rake (~> 13.2)
52-
rubocop (~> 1.66)
56+
rubocop (~> 1.72)
5357
rubocop-minitest
5458
rubocop-shopify
5559

0 commit comments

Comments
 (0)