We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ff0da5f + 87f2152 commit 8c6cc13Copy full SHA for 8c6cc13
1 file changed
Gemfile
@@ -18,9 +18,7 @@ gem 'rake', :group => [:development, :test]
18
group :test do
19
gem 'rspec'
20
gem 'beaker', *location_for(ENV['BEAKER_VERSION'] || '~> 6.0')
21
- gem "beaker-hostgenerator", *location_for(ENV['BEAKER_HOSTGENERATOR_VERSION'] || "~> 2.4")
22
- gem "beaker-abs", *location_for(ENV['BEAKER_ABS_VERSION'] || "~> 1.0")
23
- gem "beaker-vmpooler", *location_for(ENV['BEAKER_VMPOOLER_VERSION'] || "~> 1.3")
+ gem "beaker-hostgenerator", *location_for(ENV['BEAKER_HOSTGENERATOR_VERSION'] || "< 4")
24
gem "beaker-puppet", *location_for(ENV['BEAKER_PUPPET_VERSION'] || "~> 4.0")
25
gem 'uuidtools'
26
gem 'httparty'
0 commit comments