Skip to content

Commit 7490fac

Browse files
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:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bd0f782 commit 7490fac

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
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.25.1'
1010
gem 'pry', '0.14.2'
1111
gem 'rake', '13.2.1'
12-
gem 'rubocop', '1.65.1'
12+
gem 'rubocop', '1.66.1'
1313
gem 'rubocop-minitest', '0.36.0'
1414
gem 'rubocop-rake', '0.6.0'
1515
gem 'simplecov', '0.22.0'

Gemfile.lock

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,14 @@ GEM
3030
rainbow (3.1.1)
3131
rake (13.2.1)
3232
regexp_parser (2.9.2)
33-
rexml (3.3.7)
34-
rubocop (1.65.1)
33+
rubocop (1.66.1)
3534
json (~> 2.3)
3635
language_server-protocol (>= 3.17.0)
3736
parallel (~> 1.10)
3837
parser (>= 3.3.0.2)
3938
rainbow (>= 2.2.2, < 4.0)
4039
regexp_parser (>= 2.4, < 3.0)
41-
rexml (>= 3.2.5, < 4.0)
42-
rubocop-ast (>= 1.31.1, < 2.0)
40+
rubocop-ast (>= 1.32.2, < 2.0)
4341
ruby-progressbar (~> 1.7)
4442
unicode-display_width (>= 2.4.0, < 3.0)
4543
rubocop-ast (1.32.3)
@@ -59,7 +57,7 @@ GEM
5957
test-unit (3.6.2)
6058
power_assert
6159
timecop (0.9.10)
62-
unicode-display_width (2.5.0)
60+
unicode-display_width (2.6.0)
6361
yard (0.9.36)
6462

6563
PLATFORMS
@@ -72,7 +70,7 @@ DEPENDENCIES
7270
minitest (= 5.25.1)
7371
pry (= 0.14.2)
7472
rake (= 13.2.1)
75-
rubocop (= 1.65.1)
73+
rubocop (= 1.66.1)
7674
rubocop-minitest (= 0.36.0)
7775
rubocop-rake (= 0.6.0)
7876
simplecov (= 0.22.0)

0 commit comments

Comments
 (0)