Skip to content

Commit 6469e8a

Browse files
dependabot[bot]noraj
authored andcommitted
Bump rubocop from 1.65.0 to 1.65.1
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:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bde457d commit 6469e8a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ group :development, :test do
2121
end
2222

2323
group :development, :lint do
24-
gem 'rubocop', '~> 1.64'
24+
gem 'rubocop', '~> 1.65'
2525
end
2626

2727
group :development, :docs do

Gemfile.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ GEM
2020
parser (3.3.4.0)
2121
ast (~> 2.4.1)
2222
racc
23-
racc (1.8.0)
23+
racc (1.8.1)
2424
rainbow (3.1.1)
2525
rake (13.2.1)
2626
regexp_parser (2.9.2)
27-
rexml (3.3.3)
27+
rexml (3.3.4)
2828
strscan
29-
rubocop (1.65.0)
29+
rubocop (1.65.1)
3030
json (~> 2.3)
3131
language_server-protocol (>= 3.17.0)
3232
parallel (~> 1.10)
@@ -57,7 +57,7 @@ DEPENDENCIES
5757
paint (~> 2.2)
5858
pass-station!
5959
rake (~> 13.2)
60-
rubocop (~> 1.64)
60+
rubocop (~> 1.65)
6161
yard (>= 0.9.27, < 0.10)
6262

6363
BUNDLED WITH

0 commit comments

Comments
 (0)