Skip to content

Commit

Permalink
Add a release prep gem group to GEMFILE
Browse files Browse the repository at this point in the history
  • Loading branch information
rajat-puppet committed Nov 22, 2023
1 parent 008799f commit d19d756
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ group :system_tests do
gem "serverspec", '~> 2.41', require: false
end

group :release_prep do
gem 'puppet-strings', '~> 4.0', require: false
gem "puppetlabs_spec_helper", '~> 5.0', require: false
end

puppet_version = ENV['PUPPET_GEM_VERSION']
facter_version = ENV['FACTER_GEM_VERSION']
hiera_version = ENV['HIERA_GEM_VERSION']
Expand Down

0 comments on commit d19d756

Please sign in to comment.