Skip to content

Commit

Permalink
update to rubocop-rspec 3
Browse files Browse the repository at this point in the history
  • Loading branch information
indirect committed Sep 1, 2024
1 parent e46aec3 commit ce8eff8
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .rubocop_rspec.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
require:
- rubocop-rspec
- rubocop-capybara
- rubocop-factory_bot
- rubocop-rspec_rails

# Disable all cops by default,
# only enable those defined explcitly in this configuration file
Expand Down
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,12 @@ group :development do
gem "guard-rubocop", "~> 1.5", require: false
gem "guard-shell", "~> 0.7.2", require: false
gem "hotwire-livereload", "~> 1.4"
gem "rubocop-capybara", "~> 2.21", require: false
gem "rubocop-factory_bot", "~> 2.26", require: false
gem "rubocop-gemfile", "~> 0.1.0.beta3", require: false
gem "rubocop-rails", "~> 2.26", require: false
gem "rubocop-rspec", "~> 3.0", require: false
gem "rubocop-rspec_rails", "~> 2.30", require: false
gem "standard", "~> 1.40", require: false
gem "web-console", "~> 4.2"
end
Expand Down
10 changes: 10 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,10 @@ GEM
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.32.1)
parser (>= 3.3.1.0)
rubocop-capybara (2.21.0)
rubocop (~> 1.41)
rubocop-factory_bot (2.26.1)
rubocop (~> 1.61)
rubocop-gemfile (0.1.0.beta3)
rubocop (>= 0.35.0)
rubocop-performance (1.21.1)
Expand All @@ -363,6 +367,9 @@ GEM
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rspec (3.0.4)
rubocop (~> 1.61)
rubocop-rspec_rails (2.30.0)
rubocop (~> 1.61)
rubocop-rspec (~> 3, >= 3.0.1)
ruby-progressbar (1.13.0)
securerandom (0.3.1)
shellany (0.0.1)
Expand Down Expand Up @@ -456,9 +463,12 @@ DEPENDENCIES
rack-canonical-host (~> 1.3)
rails (~> 7.2)
rspec-rails (~> 6.1)
rubocop-capybara (~> 2.21)
rubocop-factory_bot (~> 2.26)
rubocop-gemfile (~> 0.1.0.beta3)
rubocop-rails (~> 2.26)
rubocop-rspec (~> 3.0)
rubocop-rspec_rails (~> 2.30)
standard (~> 1.40)
tailwindcss-rails (~> 2.7)
turbo-rails (~> 2.0)
Expand Down

0 comments on commit ce8eff8

Please sign in to comment.