Skip to content

Commit

Permalink
(maint) Pin Rubocop to < 0.84.0
Browse files Browse the repository at this point in the history
Due to rubocop/rubocop#8008 this commit pins
rubocop to 0.83.0 until the fix is release in 0.85.0.
  • Loading branch information
glennsarti committed Jun 14, 2020
1 parent 791fe9c commit 33d871a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -13,7 +13,7 @@ group :development do
gem 'rspec', '>= 3.2', :require => false

if Gem::Version.create(RUBY_VERSION) >= Gem::Version.create('2.3.0')
gem "rubocop", ">= 0.80.0", :require => false, :platforms => [:ruby, :x64_mingw]
gem "rubocop", "~> 0.83.0", :require => false, :platforms => [:ruby, :x64_mingw]
end

if ENV['PUPPET_GEM_VERSION']
Expand Down

0 comments on commit 33d871a

Please sign in to comment.