Skip to content

Commit

Permalink
Gemfile: Allow Puppet 8
Browse files Browse the repository at this point in the history
For the 8.0 we had to pin to 7.x because of a rubygems bug.
  • Loading branch information
bastelfreak committed Aug 11, 2023
1 parent 97f5a2a commit 3fc8bee
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,4 +13,4 @@ group :coverage, optional: ENV['COVERAGE']!='yes' do
end

# Override gemspec for CI matrix builds.
gem 'puppet', ENV.fetch('PUPPET_VERSION', '~> 7.24'), :require => false
gem 'puppet', ENV.fetch('PUPPET_VERSION', '>= 7.24'), :require => false

0 comments on commit 3fc8bee

Please sign in to comment.