Skip to content

Commit

Permalink
Pin to beaker-puppet 2.x by default
Browse files Browse the repository at this point in the history
If BEAKER_PUPPET_VERSION is not defined, then bundle install will fail, because
this module is still using beaker 4, but the head of beaker-puppet requires
beaker 5.

This module is not yet beaker 5 compatible, so pin to an earlier beaker-puppet.
  • Loading branch information
joshcooper committed Feb 12, 2024
1 parent 84c47e5 commit f666342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acceptance/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ end
gem "rake", "~> 12.3"

gem "beaker", *location_for(ENV['BEAKER_VERSION'] || '~> 4')
gem "beaker-puppet", *location_for(ENV['BEAKER_PUPPET_VERSION'] || 'https://github.com/voxpupuli/beaker-puppet#master')
gem "beaker-puppet", *location_for(ENV['BEAKER_PUPPET_VERSION'] || '~> 2')

gem "beaker-docker", *location_for(ENV['BEAKER_DOCKER_VERSION'] || '~> 0')
gem "beaker-vagrant", *location_for(ENV['BEAKER_VAGRANT_VERSION'] || '~> 0')
Expand Down

0 comments on commit f666342

Please sign in to comment.