Skip to content

Commit 0de1466

Browse files
Bump rubocop from 1.69.2 to 1.71.1
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.69.2 to 1.71.1. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.69.2...v1.71.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 3b56a73 commit 0de1466

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
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.4'
1010
gem 'pry', '0.15.2'
1111
gem 'rake', '13.2.1'
12-
gem 'rubocop', '1.69.2'
12+
gem 'rubocop', '1.71.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: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ GEM
1515
i18n (1.14.7)
1616
concurrent-ruby (~> 1.0)
1717
json (2.9.1)
18-
language_server-protocol (3.17.0.3)
18+
language_server-protocol (3.17.0.4)
1919
method_source (1.1.0)
2020
minitest (5.25.4)
2121
parallel (1.26.3)
22-
parser (3.3.6.0)
22+
parser (3.3.7.0)
2323
ast (~> 2.4.1)
2424
racc
2525
power_assert (2.0.5)
@@ -30,17 +30,17 @@ GEM
3030
rainbow (3.1.1)
3131
rake (13.2.1)
3232
regexp_parser (2.10.0)
33-
rubocop (1.69.2)
33+
rubocop (1.71.1)
3434
json (~> 2.3)
3535
language_server-protocol (>= 3.17.0)
3636
parallel (~> 1.10)
3737
parser (>= 3.3.0.2)
3838
rainbow (>= 2.2.2, < 4.0)
3939
regexp_parser (>= 2.9.3, < 3.0)
40-
rubocop-ast (>= 1.36.2, < 2.0)
40+
rubocop-ast (>= 1.38.0, < 2.0)
4141
ruby-progressbar (~> 1.7)
4242
unicode-display_width (>= 2.4.0, < 4.0)
43-
rubocop-ast (1.37.0)
43+
rubocop-ast (1.38.0)
4444
parser (>= 3.3.1.0)
4545
rubocop-minitest (0.36.0)
4646
rubocop (>= 1.61, < 2.0)
@@ -57,7 +57,7 @@ GEM
5757
test-unit (3.6.7)
5858
power_assert
5959
timecop (0.9.10)
60-
unicode-display_width (3.1.3)
60+
unicode-display_width (3.1.4)
6161
unicode-emoji (~> 4.0, >= 4.0.4)
6262
unicode-emoji (4.0.4)
6363
yard (0.9.37)
@@ -72,7 +72,7 @@ DEPENDENCIES
7272
minitest (= 5.25.4)
7373
pry (= 0.15.2)
7474
rake (= 13.2.1)
75-
rubocop (= 1.69.2)
75+
rubocop (= 1.71.1)
7676
rubocop-minitest (= 0.36.0)
7777
rubocop-rake (= 0.6.0)
7878
simplecov (= 0.22.0)

0 commit comments

Comments
 (0)