diff --git a/Gemfile b/Gemfile index 0dbbe939..c3144344 100644 --- a/Gemfile +++ b/Gemfile @@ -15,7 +15,8 @@ group :development do if RUBY_VERSION =~ /^2\.1\./ gem "rubocop", "<= 0.57.2", :require => false, :platforms => [:ruby, :x64_mingw] else - gem "rubocop", :require => false, :platforms => [:ruby, :x64_mingw] + # v0.60.0 brought in many violations. For now pin this + gem "rubocop", "< 0.60.0", :require => false, :platforms => [:ruby, :x64_mingw] end if ENV['PUPPET_GEM_VERSION']