File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ group :development do
6565 gem 'rubocop-capybara' , '~> 2.21'
6666 gem 'rubocop-factory_bot' , '~> 2.26' , require : false
6767 gem 'rubocop-performance' , '~> 1.21' , require : false
68- gem 'rubocop-rails' , '~> 2.25 ' , require : false
68+ gem 'rubocop-rails' , '~> 2.26 ' , require : false
6969 gem 'rubocop-rake' , '~> 0.6.0' , require : false
7070 gem 'rubocop-rspec' , '~> 3.0' , require : false
7171 gem 'rubocop-rspec_rails' , '~> 2.30.0' , require : false
Original file line number Diff line number Diff line change @@ -532,10 +532,10 @@ GEM
532532 rubocop-performance (1.21.1 )
533533 rubocop (>= 1.48.1 , < 2.0 )
534534 rubocop-ast (>= 1.31.1 , < 2.0 )
535- rubocop-rails (2.25.1 )
535+ rubocop-rails (2.26.0 )
536536 activesupport (>= 4.2.0 )
537537 rack (>= 1.1 )
538- rubocop (>= 1.33 .0 , < 2.0 )
538+ rubocop (>= 1.52 .0 , < 2.0 )
539539 rubocop-ast (>= 1.31.1 , < 2.0 )
540540 rubocop-rake (0.6.0 )
541541 rubocop (~> 1.0 )
@@ -669,7 +669,7 @@ DEPENDENCIES
669669 rubocop-capybara (~> 2.21 )
670670 rubocop-factory_bot (~> 2.26 )
671671 rubocop-performance (~> 1.21 )
672- rubocop-rails (~> 2.25 )
672+ rubocop-rails (~> 2.26 )
673673 rubocop-rake (~> 0.6.0 )
674674 rubocop-rspec (~> 3.0 )
675675 rubocop-rspec_rails (~> 2.30.0 )
Original file line number Diff line number Diff line change 1818FactoryBot . factories . clear
1919FactoryBot . reload
2020
21- Dir [ Rails . root . join ( 'spec/support/**/*.rb' ) ] . each { |file | require file }
21+ Rails . root . glob ( 'spec/support/**/*.rb' ) . each { |file | require file }
2222
2323browser = ENV . fetch ( 'SELENIUM_BROWSER' , 'chrome' )
2424
You can’t perform that action at this time.
0 commit comments