Skip to content

Commit 5c41f3a

Browse files
dependabot[bot]noraj
authored andcommitted
Bump rubocop from 1.65.1 to 1.66.1
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.65.1 to 1.66.1. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.65.1...v1.66.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 7b5d413 commit 5c41f3a

File tree

2 files changed

+7
-11
lines changed

2 files changed

+7
-11
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ group :development, :test do
1919
end
2020

2121
group :development, :lint do
22-
gem 'rubocop', '~> 1.65'
22+
gem 'rubocop', '~> 1.66'
2323
end
2424

2525
group :development, :docs do

Gemfile.lock

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,31 +16,27 @@ GEM
1616
language_server-protocol (3.17.0.3)
1717
minitest (5.25.1)
1818
paint (2.3.0)
19-
parallel (1.25.1)
20-
parser (3.3.4.0)
19+
parallel (1.26.3)
20+
parser (3.3.5.0)
2121
ast (~> 2.4.1)
2222
racc
2323
racc (1.8.1)
2424
rainbow (3.1.1)
2525
rake (13.2.1)
2626
regexp_parser (2.9.2)
27-
rexml (3.3.6)
28-
strscan
29-
rubocop (1.65.1)
27+
rubocop (1.66.1)
3028
json (~> 2.3)
3129
language_server-protocol (>= 3.17.0)
3230
parallel (~> 1.10)
3331
parser (>= 3.3.0.2)
3432
rainbow (>= 2.2.2, < 4.0)
3533
regexp_parser (>= 2.4, < 3.0)
36-
rexml (>= 3.2.5, < 4.0)
37-
rubocop-ast (>= 1.31.1, < 2.0)
34+
rubocop-ast (>= 1.32.2, < 2.0)
3835
ruby-progressbar (~> 1.7)
3936
unicode-display_width (>= 2.4.0, < 3.0)
40-
rubocop-ast (1.31.3)
37+
rubocop-ast (1.32.3)
4138
parser (>= 3.3.1.0)
4239
ruby-progressbar (1.13.0)
43-
strscan (3.1.0)
4440
unicode-display_width (2.5.0)
4541
yard (0.9.36)
4642

@@ -56,7 +52,7 @@ DEPENDENCIES
5652
minitest (~> 5.25)
5753
paint (~> 2.3)
5854
rake (~> 13.2)
59-
rubocop (~> 1.65)
55+
rubocop (~> 1.66)
6056
yard (>= 0.9.27, < 0.10)
6157

6258
BUNDLED WITH

0 commit comments

Comments
 (0)