diff --git a/acceptance/Gemfile b/acceptance/Gemfile index 6520ea5543..c43e8cff20 100644 --- a/acceptance/Gemfile +++ b/acceptance/Gemfile @@ -12,10 +12,10 @@ def location_for(place, fake_version = nil) end end -gem "beaker", *location_for(ENV['BEAKER_VERSION'] || '~> 4') -gem "beaker-puppet", *location_for(ENV['BEAKER_PUPPET_VERSION'] || '~> 1') +gem "beaker", *location_for(ENV['BEAKER_VERSION'] || "~> 5") +gem "beaker-puppet", *location_for(ENV['BEAKER_PUPPET_VERSION'] || "~> 3") gem "beaker-hostgenerator", *location_for(ENV['BEAKER_HOSTGENERATOR_VERSION'] || "~> 2") -gem "beaker-abs", *location_for(ENV['BEAKER_ABS_VERSION'] || "~> 0.5") +gem "beaker-abs", *location_for(ENV['BEAKER_ABS_VERSION'] || "~> 1") gem "beaker-vagrant", *location_for(ENV['BEAKER_VAGRANT_VERSION'] || "~> 0") gem "beaker-vmpooler", *location_for(ENV['BEAKER_VMPOOLER_VERSION'] || "~> 1") gem "beaker-vcloud", *location_for(ENV['BEAKER_VCLOUD_VERSION'] || "~> 1")