Skip to content

Commit 174fd48

Browse files
authored
Merge pull request #699 from joshcooper/gem_deps
Pin to beaker-puppet 2.x by default
2 parents 6600b8a + f666342 commit 174fd48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

acceptance/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ end
1919
gem "rake", "~> 12.3"
2020

2121
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')
22+
gem "beaker-puppet", *location_for(ENV['BEAKER_PUPPET_VERSION'] || '~> 2')
2323

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

0 commit comments

Comments
 (0)