Skip to content

Commit 075c231

Browse files
dependabot[bot]LuukvH
authored andcommitted
Bump rubocop from 1.64.0 to 1.65.1
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.64.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.64.0...v1.65.1) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8ec8dcd commit 075c231

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ gemspec
77

88
group :development do
99
gem 'rspec', '~> 3.13'
10-
gem 'rubocop', '~> 1.64.0'
10+
gem 'rubocop', '~> 1.65.1'
1111
end

Gemfile.lock

+7-7
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ GEM
1111
diff-lcs (1.5.1)
1212
json (2.7.2)
1313
language_server-protocol (3.17.0.3)
14-
parallel (1.24.0)
15-
parser (3.3.1.0)
14+
parallel (1.25.1)
15+
parser (3.3.4.0)
1616
ast (~> 2.4.1)
1717
racc
18-
racc (1.8.0)
18+
racc (1.8.1)
1919
rainbow (3.1.1)
2020
regexp_parser (2.9.2)
21-
rexml (3.3.3)
21+
rexml (3.3.4)
2222
strscan
2323
rspec (3.13.0)
2424
rspec-core (~> 3.13.0)
@@ -33,13 +33,13 @@ GEM
3333
diff-lcs (>= 1.2.0, < 2.0)
3434
rspec-support (~> 3.13.0)
3535
rspec-support (3.13.1)
36-
rubocop (1.64.0)
36+
rubocop (1.65.1)
3737
json (~> 2.3)
3838
language_server-protocol (>= 3.17.0)
3939
parallel (~> 1.10)
4040
parser (>= 3.3.0.2)
4141
rainbow (>= 2.2.2, < 4.0)
42-
regexp_parser (>= 1.8, < 3.0)
42+
regexp_parser (>= 2.4, < 3.0)
4343
rexml (>= 3.2.5, < 4.0)
4444
rubocop-ast (>= 1.31.1, < 2.0)
4545
ruby-progressbar (~> 1.7)
@@ -56,7 +56,7 @@ PLATFORMS
5656
DEPENDENCIES
5757
rspec (~> 3.13)
5858
rspec-github!
59-
rubocop (~> 1.64.0)
59+
rubocop (~> 1.65.1)
6060

6161
BUNDLED WITH
6262
2.2.19

0 commit comments

Comments
 (0)