diff --git a/acceptance/Gemfile b/acceptance/Gemfile index 2e7d52c8a0..520529219d 100644 --- a/acceptance/Gemfile +++ b/acceptance/Gemfile @@ -12,15 +12,9 @@ def location_for(place, fake_version = nil) end end -gem "beaker", *location_for(ENV['BEAKER_VERSION'] || '~> 6.0') +gem "beaker", '>= 6', '< 8' gem "beaker-puppet", *location_for(ENV['BEAKER_PUPPET_VERSION' || "~> 4.0"]) -gem "beaker-hostgenerator", *location_for(ENV['BEAKER_HOSTGENERATOR_VERSION'] || "~> 2") -gem "beaker-abs", *location_for(ENV['BEAKER_ABS_VERSION'] || "~> 1.0") -gem "beaker-vagrant", *location_for(ENV['BEAKER_VAGRANT_VERSION'] || "~> 0") -gem "beaker-vmpooler", *location_for(ENV['BEAKER_VMPOOLER_VERSION'] || "~> 1.3") -gem "beaker-vcloud", *location_for(ENV['BEAKER_VCLOUD_VERSION'] || "~> 1.0") -gem "beaker-docker", *location_for(ENV['BEAKER_DOCKER_VERSION'] || "~> 0.5") -gem "beaker-gke", *location_for(ENV['BEAKER_GKE_VERSION'] || "~> 0.0.3") +gem "beaker-hostgenerator", '>= 2', '< 4' gem "rake", ">= 12.3.3" gem "httparty", :require => false gem 'uuidtools', :require => false