Skip to content

Commit 0be0e2f

Browse files
bump rubocop
1 parent 3b6efaf commit 0be0e2f

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
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.73.0'
1313
gem 'rubocop-minitest', '0.36.0'
1414
gem 'rubocop-rake', '0.6.0'
1515
gem 'simplecov', '0.22.0'

Gemfile.lock

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ GEM
1414
docile (1.4.0)
1515
i18n (1.14.7)
1616
concurrent-ruby (~> 1.0)
17-
json (2.9.1)
18-
language_server-protocol (3.17.0.3)
17+
json (2.10.1)
18+
language_server-protocol (3.17.0.4)
19+
lint_roller (1.1.0)
1920
method_source (1.1.0)
2021
minitest (5.25.4)
2122
parallel (1.26.3)
@@ -30,17 +31,18 @@ GEM
3031
rainbow (3.1.1)
3132
rake (13.2.1)
3233
regexp_parser (2.10.0)
33-
rubocop (1.69.2)
34+
rubocop (1.73.0)
3435
json (~> 2.3)
35-
language_server-protocol (>= 3.17.0)
36+
language_server-protocol (~> 3.17.0.2)
37+
lint_roller (~> 1.1.0)
3638
parallel (~> 1.10)
3739
parser (>= 3.3.0.2)
3840
rainbow (>= 2.2.2, < 4.0)
3941
regexp_parser (>= 2.9.3, < 3.0)
40-
rubocop-ast (>= 1.36.2, < 2.0)
42+
rubocop-ast (>= 1.38.0, < 2.0)
4143
ruby-progressbar (~> 1.7)
4244
unicode-display_width (>= 2.4.0, < 4.0)
43-
rubocop-ast (1.37.0)
45+
rubocop-ast (1.38.1)
4446
parser (>= 3.3.1.0)
4547
rubocop-minitest (0.36.0)
4648
rubocop (>= 1.61, < 2.0)
@@ -57,13 +59,14 @@ GEM
5759
test-unit (3.6.7)
5860
power_assert
5961
timecop (0.9.10)
60-
unicode-display_width (3.1.3)
62+
unicode-display_width (3.1.4)
6163
unicode-emoji (~> 4.0, >= 4.0.4)
6264
unicode-emoji (4.0.4)
6365
yard (0.9.37)
6466

6567
PLATFORMS
6668
arm64-darwin-22
69+
arm64-darwin-24
6770
x86_64-linux
6871

6972
DEPENDENCIES
@@ -72,7 +75,7 @@ DEPENDENCIES
7275
minitest (= 5.25.4)
7376
pry (= 0.15.2)
7477
rake (= 13.2.1)
75-
rubocop (= 1.69.2)
78+
rubocop (= 1.73.0)
7679
rubocop-minitest (= 0.36.0)
7780
rubocop-rake (= 0.6.0)
7881
simplecov (= 0.22.0)

0 commit comments

Comments
 (0)