Skip to content

Commit 21d67d2

Browse files
Bump rubocop from 1.68.0 to 1.69.2 (#231)
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.68.0 to 1.69.2. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.68.0...v1.69.2) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a85965d commit 21d67d2

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

Gemfile.lock

+11-9
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@ GEM
1313
docile (1.4.1)
1414
elftools (1.3.1)
1515
bindata (~> 2)
16-
json (2.7.5)
16+
json (2.9.0)
1717
language_server-protocol (3.17.0.3)
1818
parallel (1.26.3)
19-
parser (3.3.5.1)
19+
parser (3.3.6.0)
2020
ast (~> 2.4.1)
2121
racc
2222
racc (1.8.1)
2323
rainbow (3.1.1)
2424
rake (13.2.1)
25-
regexp_parser (2.9.2)
25+
regexp_parser (2.9.3)
2626
rspec (3.13.0)
2727
rspec-core (~> 3.13.0)
2828
rspec-expectations (~> 3.13.0)
@@ -36,17 +36,17 @@ GEM
3636
diff-lcs (>= 1.2.0, < 2.0)
3737
rspec-support (~> 3.13.0)
3838
rspec-support (3.13.1)
39-
rubocop (1.68.0)
39+
rubocop (1.69.2)
4040
json (~> 2.3)
4141
language_server-protocol (>= 3.17.0)
4242
parallel (~> 1.10)
4343
parser (>= 3.3.0.2)
4444
rainbow (>= 2.2.2, < 4.0)
45-
regexp_parser (>= 2.4, < 3.0)
46-
rubocop-ast (>= 1.32.2, < 2.0)
45+
regexp_parser (>= 2.9.3, < 3.0)
46+
rubocop-ast (>= 1.36.2, < 2.0)
4747
ruby-progressbar (~> 1.7)
48-
unicode-display_width (>= 2.4.0, < 3.0)
49-
rubocop-ast (1.33.0)
48+
unicode-display_width (>= 2.4.0, < 4.0)
49+
rubocop-ast (1.36.2)
5050
parser (>= 3.3.1.0)
5151
ruby-progressbar (1.13.0)
5252
simplecov (0.22.0)
@@ -55,7 +55,9 @@ GEM
5555
simplecov_json_formatter (~> 0.1)
5656
simplecov-html (0.13.1)
5757
simplecov_json_formatter (0.1.4)
58-
unicode-display_width (2.6.0)
58+
unicode-display_width (3.1.2)
59+
unicode-emoji (~> 4.0, >= 4.0.4)
60+
unicode-emoji (4.0.4)
5961
yard (0.9.37)
6062

6163
PLATFORMS

0 commit comments

Comments
 (0)