Skip to content

Commit 1270c22

Browse files
Bump rubocop from 1.68.0 to 1.71.0
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.68.0 to 1.71.0. - [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.71.0) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent aad3c08 commit 1270c22

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

Gemfile.lock

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ GEM
1212
byebug (11.1.3)
1313
diff-lcs (1.5.1)
1414
intel_hex (0.6.0)
15-
json (2.7.5)
15+
json (2.9.1)
1616
language_server-protocol (3.17.0.3)
1717
parallel (1.26.3)
18-
parser (3.3.5.1)
18+
parser (3.3.7.0)
1919
ast (~> 2.4.1)
2020
racc
2121
racc (1.8.1)
2222
rainbow (3.1.1)
23-
regexp_parser (2.9.2)
23+
regexp_parser (2.10.0)
2424
rspec (3.13.0)
2525
rspec-core (~> 3.13.0)
2626
rspec-expectations (~> 3.13.0)
@@ -34,17 +34,17 @@ GEM
3434
diff-lcs (>= 1.2.0, < 2.0)
3535
rspec-support (~> 3.13.0)
3636
rspec-support (3.13.1)
37-
rubocop (1.68.0)
37+
rubocop (1.71.0)
3838
json (~> 2.3)
3939
language_server-protocol (>= 3.17.0)
4040
parallel (~> 1.10)
4141
parser (>= 3.3.0.2)
4242
rainbow (>= 2.2.2, < 4.0)
43-
regexp_parser (>= 2.4, < 3.0)
44-
rubocop-ast (>= 1.32.2, < 2.0)
43+
regexp_parser (>= 2.9.3, < 3.0)
44+
rubocop-ast (>= 1.36.2, < 2.0)
4545
ruby-progressbar (~> 1.7)
46-
unicode-display_width (>= 2.4.0, < 3.0)
47-
rubocop-ast (1.33.0)
46+
unicode-display_width (>= 2.4.0, < 4.0)
47+
rubocop-ast (1.37.0)
4848
parser (>= 3.3.1.0)
4949
rubocop-rspec (3.2.0)
5050
rubocop (~> 1.61)
@@ -56,7 +56,9 @@ GEM
5656
sorbet-runtime (0.5.11631)
5757
sorbet-static (0.5.11631-universal-darwin)
5858
sorbet-static (0.5.11631-x86_64-linux)
59-
unicode-display_width (2.6.0)
59+
unicode-display_width (3.1.4)
60+
unicode-emoji (~> 4.0, >= 4.0.4)
61+
unicode-emoji (4.0.4)
6062

6163
PLATFORMS
6264
x86_64-darwin-19

0 commit comments

Comments
 (0)