Bundle update
The new version of rubocop_rspec requires explicitly loading the other rubocop gems. Further, we align the project with CodeHarbor by removing `require: false` for Rubocop.
This commit is contained in:

committed by
Sebastian Serth

parent
fad9ee0202
commit
a3a0322540
6
Gemfile
6
Gemfile
@ -75,11 +75,13 @@ group :development, :staging do
|
||||
gem 'pry-byebug'
|
||||
gem 'pry-rails'
|
||||
gem 'rack-mini-profiler'
|
||||
gem 'rubocop', require: false
|
||||
gem 'rubocop'
|
||||
gem 'rubocop-capybara'
|
||||
gem 'rubocop-factory_bot'
|
||||
gem 'rubocop-performance'
|
||||
gem 'rubocop-rails', require: false
|
||||
gem 'rubocop-rails'
|
||||
gem 'rubocop-rspec'
|
||||
gem 'rubocop-rspec_rails'
|
||||
gem 'slim_lint', require: false
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user