diff --git a/acceptance/Gemfile b/acceptance/Gemfile index 62b7db41..6eef6e1a 100644 --- a/acceptance/Gemfile +++ b/acceptance/Gemfile @@ -12,7 +12,7 @@ def location_for(place, fake_version = nil) end end -gem 'beaker', *location_for(ENV['BEAKER_VERSION'] || '~> 3.6.0') +gem 'beaker', *location_for(ENV['BEAKER_VERSION'] || '~> 3.6') gem "beaker-hostgenerator", *location_for(ENV['BEAKER_HOSTGENERATOR_VERSION'] || "~> 0.8") gem "beaker-abs", *location_for(ENV['BEAKER_ABS_VERSION'] || "~> 0.2") gem 'rake'