We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 654a8bb commit 4521629Copy full SHA for 4521629
Gemfile
@@ -19,7 +19,7 @@ group :tests do
19
# since the Resource API runs inside the puppetserver, test against the JRuby versions we ship
20
# these require special dependencies to have everything load properly
21
# rubocop 1.48 supports JRuby 9.3+, which includes coverage for versions we support
22
- gem 'rubocop', '~> 1.48.1', require: false
+ gem 'rubocop', '~> 1.33.0', require: false
23
gem 'rubocop-rspec', '~> 2.20.0', require: false
24
gem 'rubocop-performance', '~> 1.17.1', require: false
25
end
0 commit comments