Skip to content

Commit 6761f86

Browse files
committed
(maint) Pin Rubocop to < 0.84.0
Due to rubocop/rubocop#8008 this commit pins rubocop to 0.83.0 until the fix is release in 0.85.0.
1 parent 25fc856 commit 6761f86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ group :development do
1313
gem 'rspec', '>= 3.2', :require => false
1414

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

1919
if ENV['PUPPET_GEM_VERSION']

0 commit comments

Comments
 (0)