Skip to content

Commit a4e24a1

Browse files
Bump rubocop from 1.82.1 to 1.86.1
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.82.1 to 1.86.1. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.82.1...v1.86.1) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.86.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1fdced6 commit a4e24a1

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ gem "rake", "~> 13.3"
99

1010
gem "minitest", "~> 5.27"
1111

12-
gem "rubocop", "~> 1.82"
12+
gem "rubocop", "~> 1.86"

Gemfile.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,33 +7,33 @@ GEM
77
remote: https://rubygems.org/
88
specs:
99
ast (2.4.3)
10-
json (2.18.0)
10+
json (2.19.3)
1111
language_server-protocol (3.17.0.5)
1212
lint_roller (1.1.0)
1313
minitest (5.27.0)
1414
mocha (3.0.1)
1515
ruby2_keywords (>= 0.0.5)
16-
parallel (1.27.0)
17-
parser (3.3.10.0)
16+
parallel (1.28.0)
17+
parser (3.3.11.1)
1818
ast (~> 2.4.1)
1919
racc
20-
prism (1.7.0)
20+
prism (1.9.0)
2121
racc (1.8.1)
2222
rainbow (3.1.1)
2323
rake (13.3.1)
24-
regexp_parser (2.11.3)
25-
rubocop (1.82.1)
24+
regexp_parser (2.12.0)
25+
rubocop (1.86.1)
2626
json (~> 2.3)
2727
language_server-protocol (~> 3.17.0.2)
2828
lint_roller (~> 1.1.0)
29-
parallel (~> 1.10)
29+
parallel (>= 1.10)
3030
parser (>= 3.3.0.2)
3131
rainbow (>= 2.2.2, < 4.0)
3232
regexp_parser (>= 2.9.3, < 3.0)
33-
rubocop-ast (>= 1.48.0, < 2.0)
33+
rubocop-ast (>= 1.49.0, < 2.0)
3434
ruby-progressbar (~> 1.7)
3535
unicode-display_width (>= 2.4.0, < 4.0)
36-
rubocop-ast (1.49.0)
36+
rubocop-ast (1.49.1)
3737
parser (>= 3.3.7.2)
3838
prism (~> 1.7)
3939
rubocop-minitest (0.38.2)
@@ -56,7 +56,7 @@ DEPENDENCIES
5656
minitest (~> 5.27)
5757
mocha
5858
rake (~> 13.3)
59-
rubocop (~> 1.82)
59+
rubocop (~> 1.86)
6060
rubocop-minitest
6161
rubocop-shopify
6262

0 commit comments

Comments
 (0)