Skip to content

Commit 6ebc20a

Browse files
Bump rubocop-rspec from 2.31.0 to 3.0.1 (#757)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Samir Tapiero <samir.tapiero@rootstrap.com>
1 parent e7773fa commit 6ebc20a

File tree

3 files changed

+12
-13
lines changed

3 files changed

+12
-13
lines changed

.rubocop.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ Style/SlicingWithRange:
142142
Style/StringConcatenation:
143143
Enabled: false
144144

145-
RSpec/Capybara/FeatureMethods:
146-
EnabledMethods:
147-
- feature
148-
- scenario
145+
RSpec/Dialect:
146+
Enabled: false
147+

Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ group :development do
6767
gem 'rubocop-performance', '~> 1.21', require: false
6868
gem 'rubocop-rails', '~> 2.25', require: false
6969
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
7172
end
7273

7374
group :test do

Gemfile.lock

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -517,13 +517,11 @@ GEM
517517
rubocop-ast (>= 1.31.1, < 2.0)
518518
rubocop-rake (0.6.0)
519519
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)
527525
ruby-progressbar (1.13.0)
528526
ruby2_keywords (0.0.5)
529527
rubyzip (2.3.2)
@@ -655,7 +653,8 @@ DEPENDENCIES
655653
rubocop-performance (~> 1.21)
656654
rubocop-rails (~> 2.25)
657655
rubocop-rake (~> 0.6.0)
658-
rubocop-rspec (~> 2.31)
656+
rubocop-rspec (~> 3.0)
657+
rubocop-rspec_rails (~> 2.30.0)
659658
sass-rails (~> 6.0.0)
660659
selenium-webdriver (~> 4.21.1)
661660
sendgrid (~> 1.2.4)

0 commit comments

Comments
 (0)