File tree Expand file tree Collapse file tree 1 file changed +4
-12
lines changed Expand file tree Collapse file tree 1 file changed +4
-12
lines changed Original file line number Diff line number Diff 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
3325end
3426
3527group :development do
You can’t perform that action at this time.
0 commit comments