Skip to content

Commit 6cb3d7e

Browse files
Bump rubocop from 1.60.2 to 1.62.1 (#2916)
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.60.2 to 1.62.1. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.60.2...v1.62.1) --- updated-dependencies: - dependency-name: rubocop 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 cf4385e commit 6cb3d7e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ gem 'benchmark'
99
gem 'minitest', '5.22.2'
1010
gem 'pry', '0.14.2'
1111
gem 'rake', '13.1.0'
12-
gem 'rubocop', '1.60.2'
12+
gem 'rubocop', '1.62.1'
1313
gem 'rubocop-minitest', '0.34.4'
1414
gem 'rubocop-rake', '0.6.0'
1515
gem 'simplecov', '0.22.0'

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,19 +31,19 @@ GEM
3131
rake (13.1.0)
3232
regexp_parser (2.9.0)
3333
rexml (3.2.6)
34-
rubocop (1.60.2)
34+
rubocop (1.62.1)
3535
json (~> 2.3)
3636
language_server-protocol (>= 3.17.0)
3737
parallel (~> 1.10)
3838
parser (>= 3.3.0.2)
3939
rainbow (>= 2.2.2, < 4.0)
4040
regexp_parser (>= 1.8, < 3.0)
4141
rexml (>= 3.2.5, < 4.0)
42-
rubocop-ast (>= 1.30.0, < 2.0)
42+
rubocop-ast (>= 1.31.1, < 2.0)
4343
ruby-progressbar (~> 1.7)
4444
unicode-display_width (>= 2.4.0, < 3.0)
45-
rubocop-ast (1.30.0)
46-
parser (>= 3.2.1.0)
45+
rubocop-ast (1.31.2)
46+
parser (>= 3.3.0.4)
4747
rubocop-minitest (0.34.4)
4848
rubocop (>= 1.39, < 2.0)
4949
rubocop-ast (>= 1.30.0, < 2.0)
@@ -72,7 +72,7 @@ DEPENDENCIES
7272
minitest (= 5.22.2)
7373
pry (= 0.14.2)
7474
rake (= 13.1.0)
75-
rubocop (= 1.60.2)
75+
rubocop (= 1.62.1)
7676
rubocop-minitest (= 0.34.4)
7777
rubocop-rake (= 0.6.0)
7878
simplecov (= 0.22.0)

0 commit comments

Comments
 (0)