Skip to content

Commit 4a46d17

Browse files
Bump rubocop from 1.65.0 to 1.65.1 (#2986)
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.65.0 to 1.65.1. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.65.0...v1.65.1) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9dfc3a3 commit 4a46d17

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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.65.0'
12+
gem 'rubocop', '1.65.1'
1313
gem 'rubocop-minitest', '0.35.1'
1414
gem 'rubocop-rake', '0.6.0'
1515
gem 'simplecov', '0.22.0'

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ GEM
2626
pry (0.14.2)
2727
coderay (~> 1.1)
2828
method_source (~> 1.0)
29-
racc (1.8.0)
29+
racc (1.8.1)
3030
rainbow (3.1.1)
3131
rake (13.2.1)
3232
regexp_parser (2.9.2)
33-
rexml (3.3.1)
33+
rexml (3.3.4)
3434
strscan
35-
rubocop (1.65.0)
35+
rubocop (1.65.1)
3636
json (~> 2.3)
3737
language_server-protocol (>= 3.17.0)
3838
parallel (~> 1.10)
@@ -74,7 +74,7 @@ DEPENDENCIES
7474
minitest (= 5.24.1)
7575
pry (= 0.14.2)
7676
rake (= 13.2.1)
77-
rubocop (= 1.65.0)
77+
rubocop (= 1.65.1)
7878
rubocop-minitest (= 0.35.1)
7979
rubocop-rake (= 0.6.0)
8080
simplecov (= 0.22.0)

0 commit comments

Comments
 (0)