Skip to content

Commit

Permalink
(maint) - Gemfile updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanbreen28 committed Dec 13, 2023
1 parent 8e0c108 commit 4360f62
Showing 1 changed file with 10 additions and 16 deletions.
26 changes: 10 additions & 16 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,26 +11,20 @@ group :tests do
gem 'simplecov-console'

# the test gems required for module testing
gem 'puppetlabs_spec_helper', '~> 3.0'
gem 'puppetlabs_spec_helper', '~> 7.0'
gem 'rspec-puppet'
gem 'codecov'
gem 'rake', '~> 13.0'
gem 'license_finder'

# since the Resource API runs inside the puppetserver, test against the JRuby versions we ship
# these require special dependencies to have everything load properly
group :rubocop do
gem 'rubocop', '~> 1.48.1', require: false
gem 'rubocop-rspec', '~> 2.19', require: false
gem 'rubocop-performance', '~> 1.16', require: false
end

# 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
group :rubocop do
gem 'rubocop', '~> 1.48.1', require: false
gem 'rubocop-rspec', '~> 2.19', require: false
gem 'rubocop-performance', '~> 1.16', require: false
end

group :development do
Expand Down

0 comments on commit 4360f62

Please sign in to comment.