File tree Expand file tree Collapse file tree 3 files changed +12
-13
lines changed Expand file tree Collapse file tree 3 files changed +12
-13
lines changed Original file line number Diff line number Diff line change @@ -142,7 +142,6 @@ Style/SlicingWithRange:
142
142
Style/StringConcatenation :
143
143
Enabled : false
144
144
145
- RSpec/Capybara/FeatureMethods :
146
- EnabledMethods :
147
- - feature
148
- - scenario
145
+ RSpec/Dialect :
146
+ Enabled : false
147
+
Original file line number Diff line number Diff line change @@ -67,7 +67,8 @@ group :development do
67
67
gem 'rubocop-performance' , '~> 1.21' , require : false
68
68
gem 'rubocop-rails' , '~> 2.25' , require : false
69
69
gem 'rubocop-rake' , '~> 0.6.0' , require : false
70
- gem 'rubocop-rspec' , '~> 2.31' , require : false
70
+ gem 'rubocop-rspec' , '~> 3.0' , require : false
71
+ gem 'rubocop-rspec_rails' , '~> 2.30.0' , require : false
71
72
end
72
73
73
74
group :test do
Original file line number Diff line number Diff line change @@ -517,13 +517,11 @@ GEM
517
517
rubocop-ast (>= 1.31.1 , < 2.0 )
518
518
rubocop-rake (0.6.0 )
519
519
rubocop (~> 1.0 )
520
- rubocop-rspec (2.31.0 )
521
- rubocop (~> 1.40 )
522
- rubocop-capybara (~> 2.17 )
523
- rubocop-factory_bot (~> 2.22 )
524
- rubocop-rspec_rails (~> 2.28 )
525
- rubocop-rspec_rails (2.29.0 )
526
- rubocop (~> 1.40 )
520
+ rubocop-rspec (3.0.1 )
521
+ rubocop (~> 1.61 )
522
+ rubocop-rspec_rails (2.30.0 )
523
+ rubocop (~> 1.61 )
524
+ rubocop-rspec (~> 3 , >= 3.0.1 )
527
525
ruby-progressbar (1.13.0 )
528
526
ruby2_keywords (0.0.5 )
529
527
rubyzip (2.3.2 )
@@ -655,7 +653,8 @@ DEPENDENCIES
655
653
rubocop-performance (~> 1.21 )
656
654
rubocop-rails (~> 2.25 )
657
655
rubocop-rake (~> 0.6.0 )
658
- rubocop-rspec (~> 2.31 )
656
+ rubocop-rspec (~> 3.0 )
657
+ rubocop-rspec_rails (~> 2.30.0 )
659
658
sass-rails (~> 6.0.0 )
660
659
selenium-webdriver (~> 4.21.1 )
661
660
sendgrid (~> 1.2.4 )
You can’t perform that action at this time.
0 commit comments