From 50b4a69f3f9ab567ce6640e29c8bd0791e3b39a1 Mon Sep 17 00:00:00 2001 From: Robert Fletcher Date: Mon, 27 Jun 2016 19:20:37 -0700 Subject: [PATCH] Lock down version of rubocop Will probably want to do the same with other dev dependencies, but this should get the build passing. --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index ce8e5c2..ea5d4f7 100644 --- a/Gemfile +++ b/Gemfile @@ -5,6 +5,6 @@ gemspec gem 'rake' gem 'rspec' -gem 'rubocop' +gem 'rubocop', '~> 0.27.0' gem 'travis' gem 'coveralls'