Skip to content

Commit 1875739

Browse files
Bump rubocop from 1.57.2 to 1.61.0
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.57.2 to 1.61.0. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.57.2...v1.61.0) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4d72b63 commit 1875739

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

Gemfile.lock

+12-10
Original file line numberDiff line numberDiff line change
@@ -9,32 +9,34 @@ GEM
99
specs:
1010
ast (2.4.2)
1111
docile (1.4.0)
12-
json (2.6.3)
12+
json (2.7.1)
1313
language_server-protocol (3.17.0.3)
1414
minitest (5.22.2)
15-
parallel (1.23.0)
16-
parser (3.2.2.4)
15+
parallel (1.24.0)
16+
parser (3.3.0.5)
1717
ast (~> 2.4.1)
1818
racc
1919
prettier_print (1.2.1)
20-
racc (1.7.1)
20+
prism (0.24.0)
21+
racc (1.7.3)
2122
rainbow (3.1.1)
2223
rake (13.1.0)
23-
regexp_parser (2.8.2)
24+
regexp_parser (2.9.0)
2425
rexml (3.2.6)
25-
rubocop (1.57.2)
26+
rubocop (1.61.0)
2627
json (~> 2.3)
2728
language_server-protocol (>= 3.17.0)
2829
parallel (~> 1.10)
29-
parser (>= 3.2.2.4)
30+
parser (>= 3.3.0.2)
3031
rainbow (>= 2.2.2, < 4.0)
3132
regexp_parser (>= 1.8, < 3.0)
3233
rexml (>= 3.2.5, < 4.0)
33-
rubocop-ast (>= 1.28.1, < 2.0)
34+
rubocop-ast (>= 1.30.0, < 2.0)
3435
ruby-progressbar (~> 1.7)
3536
unicode-display_width (>= 2.4.0, < 3.0)
36-
rubocop-ast (1.30.0)
37-
parser (>= 3.2.1.0)
37+
rubocop-ast (1.31.0)
38+
parser (>= 3.3.0.4)
39+
prism (>= 0.24.0)
3840
ruby-progressbar (1.13.0)
3941
simplecov (0.22.0)
4042
docile (~> 1.1)

0 commit comments

Comments
 (0)