Skip to content

Commit

Permalink
Bring back old version of gem for voxpupuli-test
Browse files Browse the repository at this point in the history
We still need this for puppet 6 + ruby 2.5
  • Loading branch information
lelutin committed Jun 10, 2024
1 parent acceab9 commit 47b6e92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ group :tests do
# This draws in rubocop and other useful gems for puppet tests
# rubocop:disable Bundler/DuplicatedGem
gem 'voxpupuli-test', '~> 7.0', require: false if Gem::Version.new(RUBY_VERSION.dup) >= Gem::Version.new('2.7.0')
gem 'voxpupuli-test', '~> 7.0', require: false if Gem::Version.new(RUBY_VERSION.dup) < Gem::Version.new('2.7.0')
gem 'voxpupuli-test', '~> 5.7', require: false if Gem::Version.new(RUBY_VERSION.dup) < Gem::Version.new('2.7.0')
# rubocop:enable Bundler/DuplicatedGem
end

Expand Down

0 comments on commit 47b6e92

Please sign in to comment.