File tree 2 files changed +15
-11
lines changed 2 files changed +15
-11
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ group :development, :test do
74
74
75
75
################################################################################
76
76
# Linters and Security
77
- gem "rubocop" , "1.24.1 " , require : false
77
+ gem "rubocop" , "1.69 " , require : false
78
78
gem "rubocop-performance" , "~> 1.13"
79
79
gem "rubocop-rails"
80
80
gem "rubocop-rspec" , "~> 2.7"
Original file line number Diff line number Diff line change 165
165
actionview (>= 5.0.0 )
166
166
activesupport (>= 5.0.0 )
167
167
json (2.7.2 )
168
+ language_server-protocol (3.17.0.3 )
168
169
launchy (3.0.1 )
169
170
addressable (~> 2.8 )
170
171
childprocess (~> 5.0 )
204
205
nokogiri (1.16.6-x86_64-linux )
205
206
racc (~> 1.4 )
206
207
package_json (0.1.0 )
207
- parallel (1.25.1 )
208
+ parallel (1.26.3 )
208
209
parser (3.3.3.0 )
209
210
ast (~> 2.4.1 )
210
211
racc
@@ -322,16 +323,17 @@ GEM
322
323
rspec-mocks (~> 3.12 )
323
324
rspec-support (~> 3.12 )
324
325
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 )
326
329
parallel (~> 1.10 )
327
- parser (>= 3.0 .0.0 )
330
+ parser (>= 3.3 .0.2 )
328
331
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 )
332
334
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 )
335
337
parser (>= 3.3.1.0 )
336
338
rubocop-performance (1.19.1 )
337
339
rubocop (>= 1.7.0 , < 2.0 )
419
421
concurrent-ruby (~> 1.0 )
420
422
uglifier (4.2.0 )
421
423
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 )
423
427
uri (1.0.2 )
424
428
useragent (0.16.10 )
425
429
web-console (4.2.1 )
@@ -474,7 +478,7 @@ DEPENDENCIES
474
478
redcarpet
475
479
redis (~> 5.0 )
476
480
rspec-rails (~> 6.0.0 )
477
- rubocop (= 1.24.1 )
481
+ rubocop (= 1.69 )
478
482
rubocop-performance (~> 1.13 )
479
483
rubocop-rails
480
484
rubocop-rspec (~> 2.7 )
You can’t perform that action at this time.
0 commit comments