Skip to content

Commit 6a1712f

Browse files
authored
Merge pull request #253 from glennsarti/pin-rubocop
(maint) Pin Rubocop to < 0.84.0
2 parents 25fc856 + 6761f86 commit 6a1712f

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)