Skip to content

Commit

Permalink
(maint) - bump rubocop versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanbreen28 committed Dec 13, 2023
1 parent 2f4ee62 commit 6420952
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,9 @@ group :tests do

# since the Resource API runs inside the puppetserver, test against the JRuby versions we ship
# these require special dependencies to have everything load properly

# rubocop is special, as usual
if RUBY_PLATFORM == 'java'
# load a rubocop version that works on java for the Rakefile
gem 'parser', '2.3.3.1'
gem 'rubocop', '0.41.2'
else
# 2.1-compatible analysis was dropped after version 0.58
# This needs to be removed once we drop puppet4 support.
gem 'rubocop', '~> 0.57.0'
gem 'rubocop-rspec'
end
gem 'rubocop', '~> 1.48.1'
gem 'rubocop-rspec', '~> 2.19'
gem 'rubocop-performance', '~> 1.16'
end

group :development do
Expand Down

0 comments on commit 6420952

Please sign in to comment.