File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ group :development do
6161 gem 'rails_best_practices' , '~> 1.20'
6262 gem 'reek' , '~> 6.4'
6363 gem 'rubocop' , '~> 1.71' , require : false
64- gem 'rubocop-capybara' , '~> 2.21 '
64+ gem 'rubocop-capybara' , '~> 2.22 '
6565 gem 'rubocop-factory_bot' , '~> 2.26' , require : false
6666 gem 'rubocop-performance' , '~> 1.24' , require : false
6767 gem 'rubocop-rails' , '~> 2.30' , require : false
Original file line number Diff line number Diff line change @@ -522,10 +522,11 @@ GEM
522522 rubocop-ast (>= 1.38.0 , < 2.0 )
523523 ruby-progressbar (~> 1.7 )
524524 unicode-display_width (>= 2.4.0 , < 4.0 )
525- rubocop-ast (1.38.0 )
525+ rubocop-ast (1.38.1 )
526526 parser (>= 3.3.1.0 )
527- rubocop-capybara (2.21.0 )
528- rubocop (~> 1.41 )
527+ rubocop-capybara (2.22.0 )
528+ lint_roller (~> 1.1 )
529+ rubocop (~> 1.72 , >= 1.72.1 )
529530 rubocop-factory_bot (2.26.1 )
530531 rubocop (~> 1.61 )
531532 rubocop-performance (1.24.0 )
@@ -667,7 +668,7 @@ DEPENDENCIES
667668 rswag-api (~> 2.16.0 )
668669 rswag-ui (~> 2.16.0 )
669670 rubocop (~> 1.71 )
670- rubocop-capybara (~> 2.21 )
671+ rubocop-capybara (~> 2.22 )
671672 rubocop-factory_bot (~> 2.26 )
672673 rubocop-performance (~> 1.24 )
673674 rubocop-rails (~> 2.30 )
You can’t perform that action at this time.
0 commit comments