Downgrade rubocop version to work with Hound
This commit is contained in:
parent
3c7b77b980
commit
9c8854f633
1
Gemfile
1
Gemfile
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue