Downgrade rubocop version to work with Hound

This commit is contained in:
Andreas Nedbal 2022-01-15 22:59:17 +01:00 committed by Andreas Nedbal
parent 3c7b77b980
commit 9c8854f633
2 changed files with 2 additions and 0 deletions

View File

@ -94,6 +94,7 @@ group :development, :test do
gem 'timecop'
gem 'rails-controller-testing'
gem 'haml_lint', require: false
gem 'rubocop', '~> 1.22', '>= 1.22.1'
gem 'rubocop-rails', '~> 2.13', '>= 2.13.1'
gem 'rt_rubocop_defaults', '~> 2.3', '>= 2.3.1'
end

View File

@ -665,6 +665,7 @@ DEPENDENCIES
rspec-rails (~> 4.0)
rspec-sidekiq (~> 3.0)
rt_rubocop_defaults (~> 2.3, >= 2.3.1)
rubocop (~> 1.22, >= 1.22.1)
rubocop-rails (~> 2.13, >= 2.13.1)
ruby-progressbar
sanitize