Skip to content

Commit

Permalink
(maint) Bump Rubocop
Browse files Browse the repository at this point in the history
Version 0.61.0 contained a bug so we pinned to 0.60.0 with puppetlabs#778 PR. The 0.61.1 tag fixes the issue.
  • Loading branch information
donoghuc committed Dec 6, 2018
1 parent 8cb0a13 commit e0f6d89
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.60.0', require: false
gem "rubocop", '>= 0.61.1', require: false
end

group(:development) do
Expand Down

0 comments on commit e0f6d89

Please sign in to comment.