diff --git a/acceptance/Gemfile b/acceptance/Gemfile index e7976986..b86d3b9f 100644 --- a/acceptance/Gemfile +++ b/acceptance/Gemfile @@ -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')