Skip to content

Commit

Permalink
(maint) Pin Rubocop to 0.60.0
Browse files Browse the repository at this point in the history
The `0.61.0` Rubocop release has a bug tracked with rubocop/rubocop#6550.

Pin to `0.60.0` until resolved.
  • Loading branch information
donoghuc committed Dec 5, 2018
1 parent c609fba commit 83bb595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -26,7 +26,7 @@ group(:test) do
gem "gettext-setup", '~> 0.28', require: false
gem "mocha", '~> 1.4.0'
gem "rack-test", '~> 1.0'
gem "rubocop", '~> 0.50', require: false
gem "rubocop", '0.60.0', require: false
end

group(:development) do
Expand Down

0 comments on commit 83bb595

Please sign in to comment.