File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ group :development do
6161 gem 'listen' , '~> 3.9'
6262 gem 'rails_best_practices' , '~> 1.20'
6363 gem 'reek' , '~> 6.3'
64- gem 'rubocop' , '~> 1.65 ' , require : false
64+ gem 'rubocop' , '~> 1.66 ' , require : false
6565 gem 'rubocop-capybara' , '~> 2.21'
6666 gem 'rubocop-factory_bot' , '~> 2.26' , require : false
6767 gem 'rubocop-performance' , '~> 1.21' , require : false
Original file line number Diff line number Diff line change @@ -512,15 +512,14 @@ GEM
512512 rswag-ui (2.14.0 )
513513 actionpack (>= 5.2 , < 8.0 )
514514 railties (>= 5.2 , < 8.0 )
515- rubocop (1.65.1 )
515+ rubocop (1.66.0 )
516516 json (~> 2.3 )
517517 language_server-protocol (>= 3.17.0 )
518518 parallel (~> 1.10 )
519519 parser (>= 3.3.0.2 )
520520 rainbow (>= 2.2.2 , < 4.0 )
521521 regexp_parser (>= 2.4 , < 3.0 )
522- rexml (>= 3.2.5 , < 4.0 )
523- rubocop-ast (>= 1.31.1 , < 2.0 )
522+ rubocop-ast (>= 1.32.1 , < 2.0 )
524523 ruby-progressbar (~> 1.7 )
525524 unicode-display_width (>= 2.4.0 , < 3.0 )
526525 rubocop-ast (1.32.1 )
@@ -665,7 +664,7 @@ DEPENDENCIES
665664 rspec-retry !
666665 rswag-api (~> 2.14.0 )
667666 rswag-ui (~> 2.14.0 )
668- rubocop (~> 1.65 )
667+ rubocop (~> 1.66 )
669668 rubocop-capybara (~> 2.21 )
670669 rubocop-factory_bot (~> 2.26 )
671670 rubocop-performance (~> 1.21 )
You can’t perform that action at this time.
0 commit comments