Skip to content

Commit

Permalink
Merge pull request #358 from umts/dependabot/bundler/rubocop-rspec-3.1.0
Browse files Browse the repository at this point in the history
Bump rubocop-rspec from 2.15.0 to 3.1.0
  • Loading branch information
werebus authored Oct 23, 2024
2 parents 00bb129 + d2ee96f commit bd2cf44
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
require:
- rubocop-capybara
- rubocop-factory_bot
- rubocop-performance
- rubocop-rails
- rubocop-rspec
- rubocop-rspec_rails

AllCops:
Exclude:
Expand Down Expand Up @@ -71,7 +74,7 @@ RSpec/ExampleLength:
- hash
- heredoc

RSpec/FactoryBot/ConsistentParenthesesStyle:
FactoryBot/ConsistentParenthesesStyle:
EnforcedStyle: omit_parentheses

RSpec/MultipleMemoizedHelpers:
Expand Down
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,12 @@ group :development do
gem 'listen'
gem 'rb-readline', require: false
gem 'rubocop', require: false
gem 'rubocop-capybara', require: false
gem 'rubocop-factory_bot', require: false
gem 'rubocop-performance', require: false
gem 'rubocop-rails', require: false
gem 'rubocop-rspec', require: false
gem 'rubocop-rspec_rails', require: false
end

group :development, :test do
Expand Down
14 changes: 12 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -302,15 +302,22 @@ GEM
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.32.3)
parser (>= 3.3.1.0)
rubocop-capybara (2.21.0)
rubocop (~> 1.41)
rubocop-factory_bot (2.26.1)
rubocop (~> 1.61)
rubocop-performance (1.15.0)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
rubocop-rails (2.17.2)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.33.0, < 2.0)
rubocop-rspec (2.15.0)
rubocop (~> 1.33)
rubocop-rspec (3.1.0)
rubocop (~> 1.61)
rubocop-rspec_rails (2.30.0)
rubocop (~> 1.61)
rubocop-rspec (~> 3, >= 3.0.1)
ruby-progressbar (1.13.0)
ruby_parser (3.15.1)
sexp_processor (~> 4.9)
Expand Down Expand Up @@ -408,9 +415,12 @@ DEPENDENCIES
rspec-html-matchers
rspec-rails
rubocop
rubocop-capybara
rubocop-factory_bot
rubocop-performance
rubocop-rails
rubocop-rspec
rubocop-rspec_rails
sassc-rails
selenium-webdriver
simplecov
Expand Down

0 comments on commit bd2cf44

Please sign in to comment.