From 86703f100908dd6aadb29a68904ed7ab81cb8fdd Mon Sep 17 00:00:00 2001 From: Ashwin Maroli Date: Tue, 28 Mar 2017 09:05:54 +0530 Subject: [PATCH] Use Rubocop v0.47.1 till we're ready for v0.48 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 3a65e9ba..a310188f 100644 --- a/Gemfile +++ b/Gemfile @@ -25,7 +25,7 @@ group :test do gem "nokogiri" gem "rspec" gem "rspec-mocks" - gem "rubocop", "~> 0.47" + gem "rubocop", "~> 0.47.1" gem "test-theme", :path => File.expand_path("./test/fixtures/test-theme", File.dirname(__FILE__)) gem "jruby-openssl" if RUBY_ENGINE == "jruby"