Include config/ and update all rubcop deps (#23963)

This commit is contained in:
Nick Schonning 2023-03-17 05:13:28 -04:00 committed by GitHub
parent d75a1e5054
commit b22b4bac03
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 412 additions and 9 deletions

View file

@ -105,6 +105,8 @@ group :development, :test do
gem 'i18n-tasks', '~> 1.0', require: false
gem 'rspec-rails', '~> 6.0'
gem 'rspec_chunked', '~> 0.6'
gem 'rubocop-capybara', require: false
gem 'rubocop-performance', require: false
gem 'rubocop-rails', require: false
gem 'rubocop-rspec', require: false