Skip to content

Commit

Permalink
Bring back old gem
Browse files Browse the repository at this point in the history
This is still necessary for puppet 6 + ruby 2.5
  • Loading branch information
lelutin committed Jun 10, 2024
1 parent 548d015 commit 52dec9b
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 @@ -13,7 +13,7 @@ group :tests do
gem 'puppet-lint', '>= 2.3.0'
# rubocop:disable Bundler/DuplicatedGem
gem 'puppet_metadata', '~> 4.0', require: false if Gem::Version.new(RUBY_VERSION.dup) >= Gem::Version.new('2.7.0')
gem 'puppet_metadata', '~> 4.0', require: false if Gem::Version.new(RUBY_VERSION.dup) < Gem::Version.new('2.7.0')
gem 'puppet_metadata', '~> 2.1', require: false if Gem::Version.new(RUBY_VERSION.dup) < Gem::Version.new('2.7.0')
# rubocop:enable Bundler/DuplicatedGem
gem 'puppet-syntax', '~> 3.3'
gem 'rspec-puppet', '>= 2.4.0'
Expand Down

0 comments on commit 52dec9b

Please sign in to comment.