From 3cead5fb6b8f2f9e669db5655ddaf4203c436cdc Mon Sep 17 00:00:00 2001 From: Daniel O'Connor Date: Fri, 31 Mar 2017 16:15:22 +1000 Subject: [PATCH] Pin to earlier rubocop --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 17b368ea4..dc832c983 100644 --- a/Gemfile +++ b/Gemfile @@ -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 diff --git a/Gemfile.lock b/Gemfile.lock index 2b7b07e80..2316c4201 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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