Skip to content

Commit 4521629

Browse files
committed
rubocop adjustments
1 parent 654a8bb commit 4521629

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
@@ -19,7 +19,7 @@ group :tests do
1919
# since the Resource API runs inside the puppetserver, test against the JRuby versions we ship
2020
# these require special dependencies to have everything load properly
2121
# rubocop 1.48 supports JRuby 9.3+, which includes coverage for versions we support
22-
gem 'rubocop', '~> 1.48.1', require: false
22+
gem 'rubocop', '~> 1.33.0', require: false
2323
gem 'rubocop-rspec', '~> 2.20.0', require: false
2424
gem 'rubocop-performance', '~> 1.17.1', require: false
2525
end

0 commit comments

Comments
 (0)