Skip to content

Commit 5ee15b8

Browse files
Bump rubocop from 1.78.0 to 1.79.0
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.78.0 to 1.79.0. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.78.0...v1.79.0) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.79.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c92ee2a commit 5ee15b8

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

Gemfile.lock

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ GEM
1010
ast (2.4.3)
1111
docile (1.4.1)
1212
fiddle (1.1.8)
13-
json (2.12.2)
13+
json (2.13.1)
1414
language_server-protocol (3.17.0.5)
1515
lint_roller (1.1.0)
1616
minitest (5.25.5)
@@ -24,18 +24,19 @@ GEM
2424
rainbow (3.1.1)
2525
rake (13.3.0)
2626
regexp_parser (2.10.0)
27-
rubocop (1.78.0)
27+
rubocop (1.79.0)
2828
json (~> 2.3)
2929
language_server-protocol (~> 3.17.0.2)
3030
lint_roller (~> 1.1.0)
3131
parallel (~> 1.10)
3232
parser (>= 3.3.0.2)
3333
rainbow (>= 2.2.2, < 4.0)
3434
regexp_parser (>= 2.9.3, < 3.0)
35-
rubocop-ast (>= 1.45.1, < 2.0)
35+
rubocop-ast (>= 1.46.0, < 2.0)
3636
ruby-progressbar (~> 1.7)
37+
tsort (>= 0.2.0)
3738
unicode-display_width (>= 2.4.0, < 4.0)
38-
rubocop-ast (1.45.1)
39+
rubocop-ast (1.46.0)
3940
parser (>= 3.3.7.2)
4041
prism (~> 1.4)
4142
ruby-progressbar (1.13.0)
@@ -45,6 +46,7 @@ GEM
4546
simplecov_json_formatter (~> 0.1)
4647
simplecov-html (0.13.1)
4748
simplecov_json_formatter (0.1.4)
49+
tsort (0.2.0)
4850
unicode-display_width (3.1.4)
4951
unicode-emoji (~> 4.0, >= 4.0.4)
5052
unicode-emoji (4.0.4)

0 commit comments

Comments
 (0)