Skip to content

Commit 9aafdd4

Browse files
Bump rubocop from 1.81.7 to 1.82.1 (#3171)
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.81.7 to 1.82.1. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.81.7...v1.82.1) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.82.1 dependency-type: direct:production 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 e6e9096 commit 9aafdd4

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ gem 'minitest', '5.26.1'
1111
gem 'pry', '0.16.0'
1212
gem 'rake', '13.3.1'
1313
gem 'rdoc'
14-
gem 'rubocop', '1.81.7'
14+
gem 'rubocop', '1.82.1'
1515
gem 'rubocop-minitest', '0.38.2'
1616
gem 'rubocop-rake', '0.7.1'
1717
gem 'simplecov', '0.22.0'

Gemfile.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ GEM
2121
pp (>= 0.6.0)
2222
rdoc (>= 4.0.0)
2323
reline (>= 0.4.2)
24-
json (2.16.0)
24+
json (2.18.0)
2525
language_server-protocol (3.17.0.5)
2626
lint_roller (1.1.0)
2727
method_source (1.1.0)
@@ -34,7 +34,7 @@ GEM
3434
pp (0.6.3)
3535
prettyprint
3636
prettyprint (0.2.0)
37-
prism (1.6.0)
37+
prism (1.7.0)
3838
pry (0.16.0)
3939
coderay (~> 1.1)
4040
method_source (~> 1.0)
@@ -52,20 +52,20 @@ GEM
5252
regexp_parser (2.11.3)
5353
reline (0.6.3)
5454
io-console (~> 0.5)
55-
rubocop (1.81.7)
55+
rubocop (1.82.1)
5656
json (~> 2.3)
5757
language_server-protocol (~> 3.17.0.2)
5858
lint_roller (~> 1.1.0)
5959
parallel (~> 1.10)
6060
parser (>= 3.3.0.2)
6161
rainbow (>= 2.2.2, < 4.0)
6262
regexp_parser (>= 2.9.3, < 3.0)
63-
rubocop-ast (>= 1.47.1, < 2.0)
63+
rubocop-ast (>= 1.48.0, < 2.0)
6464
ruby-progressbar (~> 1.7)
6565
unicode-display_width (>= 2.4.0, < 4.0)
66-
rubocop-ast (1.48.0)
66+
rubocop-ast (1.49.0)
6767
parser (>= 3.3.7.2)
68-
prism (~> 1.4)
68+
prism (~> 1.7)
6969
rubocop-minitest (0.38.2)
7070
lint_roller (~> 1.1)
7171
rubocop (>= 1.75.0, < 2.0)
@@ -87,7 +87,7 @@ GEM
8787
tsort (0.2.0)
8888
unicode-display_width (3.2.0)
8989
unicode-emoji (~> 4.1)
90-
unicode-emoji (4.1.0)
90+
unicode-emoji (4.2.0)
9191
yard (0.9.38)
9292

9393
PLATFORMS
@@ -102,7 +102,7 @@ DEPENDENCIES
102102
pry (= 0.16.0)
103103
rake (= 13.3.1)
104104
rdoc
105-
rubocop (= 1.81.7)
105+
rubocop (= 1.82.1)
106106
rubocop-minitest (= 0.38.2)
107107
rubocop-rake (= 0.7.1)
108108
simplecov (= 0.22.0)

0 commit comments

Comments
 (0)