Skip to content

Commit fb7fd8a

Browse files
author
jordanbreen28
committed
(maint) - bump rubocop
1 parent b128951 commit fb7fd8a

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

Gemfile

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,10 @@ group :tests do
1818

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
21-
22-
# rubocop is special, as usual
23-
if RUBY_PLATFORM == 'java'
24-
# load a rubocop version that works on java for the Rakefile
25-
gem 'parser', '2.3.3.1'
26-
gem 'rubocop', '0.41.2'
27-
else
28-
# 2.1-compatible analysis was dropped after version 0.58
29-
# This needs to be removed once we drop puppet4 support.
30-
gem 'rubocop', '~> 0.57.0'
31-
gem 'rubocop-rspec'
32-
end
21+
# rubocop 1.48 supports JRuby 9.3+, which includes coverage for versions we support
22+
gem 'rubocop', '~> 1.48.1', require: false
23+
gem 'rubocop-rspec', '~> 2.19', require: false
24+
gem 'rubocop-performance', '~> 1.16', require: false
3325
end
3426

3527
group :development do

0 commit comments

Comments
 (0)