Skip to content

Commit

Permalink
Merge pull request #699 from joshcooper/gem_deps
Browse files Browse the repository at this point in the history
Pin to beaker-puppet 2.x by default
  • Loading branch information
mhashizume authored Feb 12, 2024
2 parents 6600b8a + f666342 commit 174fd48
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 174fd48

Please sign in to comment.