Skip to content

Commit bb2b6cc

Browse files
committed
upgrade to rubocop 1.69
1 parent 0d7e42c commit bb2b6cc

File tree

2 files changed

+15
-11
lines changed

2 files changed

+15
-11
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ group :development, :test do
7474

7575
################################################################################
7676
# Linters and Security
77-
gem "rubocop", "1.24.1", require: false
77+
gem "rubocop", "1.69", require: false
7878
gem "rubocop-performance", "~> 1.13"
7979
gem "rubocop-rails"
8080
gem "rubocop-rspec", "~> 2.7"

Gemfile.lock

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ GEM
165165
actionview (>= 5.0.0)
166166
activesupport (>= 5.0.0)
167167
json (2.7.2)
168+
language_server-protocol (3.17.0.3)
168169
launchy (3.0.1)
169170
addressable (~> 2.8)
170171
childprocess (~> 5.0)
@@ -204,7 +205,7 @@ GEM
204205
nokogiri (1.16.6-x86_64-linux)
205206
racc (~> 1.4)
206207
package_json (0.1.0)
207-
parallel (1.25.1)
208+
parallel (1.26.3)
208209
parser (3.3.3.0)
209210
ast (~> 2.4.1)
210211
racc
@@ -322,16 +323,17 @@ GEM
322323
rspec-mocks (~> 3.12)
323324
rspec-support (~> 3.12)
324325
rspec-support (3.13.1)
325-
rubocop (1.24.1)
326+
rubocop (1.69.0)
327+
json (~> 2.3)
328+
language_server-protocol (>= 3.17.0)
326329
parallel (~> 1.10)
327-
parser (>= 3.0.0.0)
330+
parser (>= 3.3.0.2)
328331
rainbow (>= 2.2.2, < 4.0)
329-
regexp_parser (>= 1.8, < 3.0)
330-
rexml
331-
rubocop-ast (>= 1.15.1, < 2.0)
332+
regexp_parser (>= 2.4, < 3.0)
333+
rubocop-ast (>= 1.36.1, < 2.0)
332334
ruby-progressbar (~> 1.7)
333-
unicode-display_width (>= 1.4.0, < 3.0)
334-
rubocop-ast (1.31.3)
335+
unicode-display_width (>= 2.4.0, < 4.0)
336+
rubocop-ast (1.36.1)
335337
parser (>= 3.3.1.0)
336338
rubocop-performance (1.19.1)
337339
rubocop (>= 1.7.0, < 2.0)
@@ -419,7 +421,9 @@ GEM
419421
concurrent-ruby (~> 1.0)
420422
uglifier (4.2.0)
421423
execjs (>= 0.3.0, < 3)
422-
unicode-display_width (2.5.0)
424+
unicode-display_width (3.1.2)
425+
unicode-emoji (~> 4.0, >= 4.0.4)
426+
unicode-emoji (4.0.4)
423427
uri (1.0.2)
424428
useragent (0.16.10)
425429
web-console (4.2.1)
@@ -474,7 +478,7 @@ DEPENDENCIES
474478
redcarpet
475479
redis (~> 5.0)
476480
rspec-rails (~> 6.0.0)
477-
rubocop (= 1.24.1)
481+
rubocop (= 1.69)
478482
rubocop-performance (~> 1.13)
479483
rubocop-rails
480484
rubocop-rspec (~> 2.7)

0 commit comments

Comments
 (0)