Skip to content

Commit

Permalink
Use voxpupuli release helper gem
Browse files Browse the repository at this point in the history
  • Loading branch information
Slashbunny committed Aug 15, 2024
1 parent 3aad144 commit d9f38f6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,18 +42,20 @@ group :development, :test do
# Needed for the rake tasks
gem "puppetlabs_spec_helper", '~> 7.0', require: false
end

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

group :system_tests do
gem "puppet_litmus", '~> 1.0', require: false, platforms: [:ruby, :x64_mingw]
gem "CFPropertyList", '< 3.0.7', require: false, platforms: [:mswin, :mingw, :x64_mingw]
gem "serverspec", '~> 2.41', require: false
end
# The release group is used in gha-puppet's release workflow

group :release do
gem 'puppet-blacksmith', '>= 6', '< 8', require: false
gem 'voxpupuli-release', '~> 3.0', :require => false
end

puppet_version = ENV['PUPPET_GEM_VERSION']
Expand Down

0 comments on commit d9f38f6

Please sign in to comment.