Use Rubocop v0.47.1 till we're ready for v0.48

This commit is contained in:
Ashwin Maroli 2017-03-28 09:05:54 +05:30
parent f598b7e680
commit 86703f1009
1 changed files with 1 additions and 1 deletions

View File

@ -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"