Pin to earlier rubocop

This commit is contained in:
Daniel O'Connor
2017-03-31 16:15:22 +10:00
parent 1decf6ea11
commit 3cead5fb6b
2 changed files with 3 additions and 3 deletions

View File

@@ -129,7 +129,7 @@ group :development, :test do
gem 'rainbow', '< 2.2.0' # See https://github.com/sickill/rainbow/issues/44
gem 'rspec-activemodel-mocks'
gem 'rspec-rails' # unit testing framework
gem 'rubocop', require: false
gem 'rubocop', '<= 0.47.1', require: false # Pin to rubocop (0.47.1) as 0.48.0 is buggy
gem 'selenium-webdriver'
gem 'webrat' # provides HTML matchers for view tests
end

View File

@@ -426,7 +426,7 @@ GEM
rspec-mocks (~> 3.5.0)
rspec-support (~> 3.5.0)
rspec-support (3.5.0)
rubocop (0.48.0)
rubocop (0.47.1)
parser (>= 2.3.3.1, < 3.0)
powerpack (~> 0.1)
rainbow (>= 1.99.1, < 3.0)
@@ -580,7 +580,7 @@ DEPENDENCIES
rake (>= 10.0.0)
rspec-activemodel-mocks
rspec-rails
rubocop
rubocop (<= 0.47.1)
ruby-units
sass-rails (~> 5.0.4)
selenium-webdriver