We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6600b8a + f666342 commit 174fd48Copy full SHA for 174fd48
acceptance/Gemfile
@@ -19,7 +19,7 @@ end
19
gem "rake", "~> 12.3"
20
21
gem "beaker", *location_for(ENV['BEAKER_VERSION'] || '~> 4')
22
-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')
23
24
gem "beaker-docker", *location_for(ENV['BEAKER_DOCKER_VERSION'] || '~> 0')
25
gem "beaker-vagrant", *location_for(ENV['BEAKER_VAGRANT_VERSION'] || '~> 0')
0 commit comments