Skip to content

Commit d0391e4

Browse files
Bump rubocop from 1.57.2 to 1.65.0
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.57.2 to 1.65.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.65.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 ea300f2 commit d0391e4

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

Gemfile.lock

+14-12
Original file line numberDiff line numberDiff line change
@@ -9,39 +9,41 @@ GEM
99
specs:
1010
ast (2.4.2)
1111
docile (1.4.0)
12-
json (2.6.3)
12+
json (2.7.2)
1313
language_server-protocol (3.17.0.3)
1414
minitest (5.24.1)
15-
parallel (1.23.0)
16-
parser (3.2.2.4)
15+
parallel (1.25.1)
16+
parser (3.3.4.0)
1717
ast (~> 2.4.1)
1818
racc
1919
prettier_print (1.2.1)
20-
racc (1.7.1)
20+
racc (1.8.0)
2121
rainbow (3.1.1)
2222
rake (13.2.1)
23-
regexp_parser (2.8.2)
24-
rexml (3.2.6)
25-
rubocop (1.57.2)
23+
regexp_parser (2.9.2)
24+
rexml (3.3.1)
25+
strscan
26+
rubocop (1.65.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)
31-
regexp_parser (>= 1.8, < 3.0)
32+
regexp_parser (>= 2.4, < 3.0)
3233
rexml (>= 3.2.5, < 4.0)
33-
rubocop-ast (>= 1.28.1, < 2.0)
34+
rubocop-ast (>= 1.31.1, < 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.3)
38+
parser (>= 3.3.1.0)
3839
ruby-progressbar (1.13.0)
3940
simplecov (0.22.0)
4041
docile (~> 1.1)
4142
simplecov-html (~> 0.11)
4243
simplecov_json_formatter (~> 0.1)
4344
simplecov-html (0.12.3)
4445
simplecov_json_formatter (0.1.4)
46+
strscan (3.1.0)
4547
unicode-display_width (2.5.0)
4648

4749
PLATFORMS

0 commit comments

Comments
 (0)