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:
Sebastian Serth
2024-06-16 14:00:11 +02:00
committed by Sebastian Serth
parent fad9ee0202
commit a3a0322540
3 changed files with 563 additions and 788 deletions

View File

@ -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