Skip to content

Commit 73eeb25

Browse files
Bump rubocop from 1.78.0 to 1.79.0 (#175)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5c4950a commit 73eeb25

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

Gemfile.lock

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ GEM
1414
bigdecimal
1515
rexml
1616
hashdiff (1.1.2)
17-
json (2.12.2)
17+
json (2.13.1)
1818
language_server-protocol (3.17.0.5)
1919
lint_roller (1.1.0)
2020
minitest (5.25.5)
2121
parallel (1.27.0)
22-
parser (3.3.8.0)
22+
parser (3.3.9.0)
2323
ast (~> 2.4.1)
2424
racc
2525
prism (1.4.0)
@@ -29,18 +29,19 @@ GEM
2929
rake (13.3.0)
3030
regexp_parser (2.10.0)
3131
rexml (3.4.1)
32-
rubocop (1.78.0)
32+
rubocop (1.79.0)
3333
json (~> 2.3)
3434
language_server-protocol (~> 3.17.0.2)
3535
lint_roller (~> 1.1.0)
3636
parallel (~> 1.10)
3737
parser (>= 3.3.0.2)
3838
rainbow (>= 2.2.2, < 4.0)
3939
regexp_parser (>= 2.9.3, < 3.0)
40-
rubocop-ast (>= 1.45.1, < 2.0)
40+
rubocop-ast (>= 1.46.0, < 2.0)
4141
ruby-progressbar (~> 1.7)
42+
tsort (>= 0.2.0)
4243
unicode-display_width (>= 2.4.0, < 4.0)
43-
rubocop-ast (1.45.1)
44+
rubocop-ast (1.46.0)
4445
parser (>= 3.3.7.2)
4546
prism (~> 1.4)
4647
rubocop-minitest (0.38.1)
@@ -53,6 +54,7 @@ GEM
5354
rubocop-shopify (2.15.1)
5455
rubocop (~> 1.51)
5556
ruby-progressbar (1.13.0)
57+
tsort (0.2.0)
5658
unicode-display_width (3.1.4)
5759
unicode-emoji (~> 4.0, >= 4.0.4)
5860
unicode-emoji (4.0.4)

0 commit comments

Comments
 (0)