Skip to content

Commit 6424f82

Browse files
author
James Pogran
authored
Merge pull request #70 from glennsarti/pin-rubocop
(GH-69) Pin rubocop to < 0.60.0
2 parents 113a7e2 + d268b27 commit 6424f82

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ group :development do
1515
if RUBY_VERSION =~ /^2\.1\./
1616
gem "rubocop", "<= 0.57.2", :require => false, :platforms => [:ruby, :x64_mingw]
1717
else
18-
gem "rubocop", :require => false, :platforms => [:ruby, :x64_mingw]
18+
# v0.60.0 brought in many violations. For now pin this
19+
gem "rubocop", "< 0.60.0", :require => false, :platforms => [:ruby, :x64_mingw]
1920
end
2021

2122
if ENV['PUPPET_GEM_VERSION']

0 commit comments

Comments
 (0)