Skip to content

Commit 4f2ecfb

Browse files
Bump rubocop from 1.64.1 to 1.65.0 (#2979)
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.64.1 to 1.65.0. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.64.1...v1.65.0) --- 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 95cc54d commit 4f2ecfb

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.24.1'
1010
gem 'pry', '0.14.2'
1111
gem 'rake', '13.2.1'
12-
gem 'rubocop', '1.64.1'
12+
gem 'rubocop', '1.65.0'
1313
gem 'rubocop-minitest', '0.35.0'
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
@@ -19,7 +19,7 @@ GEM
1919
method_source (1.0.0)
2020
minitest (5.24.1)
2121
parallel (1.25.1)
22-
parser (3.3.2.0)
22+
parser (3.3.4.0)
2323
ast (~> 2.4.1)
2424
racc
2525
power_assert (2.0.3)
@@ -30,15 +30,15 @@ GEM
3030
rainbow (3.1.1)
3131
rake (13.2.1)
3232
regexp_parser (2.9.2)
33-
rexml (3.2.9)
33+
rexml (3.3.1)
3434
strscan
35-
rubocop (1.64.1)
35+
rubocop (1.65.0)
3636
json (~> 2.3)
3737
language_server-protocol (>= 3.17.0)
3838
parallel (~> 1.10)
3939
parser (>= 3.3.0.2)
4040
rainbow (>= 2.2.2, < 4.0)
41-
regexp_parser (>= 1.8, < 3.0)
41+
regexp_parser (>= 2.4, < 3.0)
4242
rexml (>= 3.2.5, < 4.0)
4343
rubocop-ast (>= 1.31.1, < 2.0)
4444
ruby-progressbar (~> 1.7)
@@ -74,7 +74,7 @@ DEPENDENCIES
7474
minitest (= 5.24.1)
7575
pry (= 0.14.2)
7676
rake (= 13.2.1)
77-
rubocop (= 1.64.1)
77+
rubocop (= 1.65.0)
7878
rubocop-minitest (= 0.35.0)
7979
rubocop-rake (= 0.6.0)
8080
simplecov (= 0.22.0)

0 commit comments

Comments
 (0)