Skip to content

Commit 8c6cc13

Browse files
authored
Merge pull request #171 from OpenVoxProject/updates3
CI: Drop beaker-abs & beaker-vmpooler, allow latest beaker-hostgenerator
2 parents ff0da5f + 87f2152 commit 8c6cc13

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

Gemfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@ gem 'rake', :group => [:development, :test]
1818
group :test do
1919
gem 'rspec'
2020
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")
21+
gem "beaker-hostgenerator", *location_for(ENV['BEAKER_HOSTGENERATOR_VERSION'] || "< 4")
2422
gem "beaker-puppet", *location_for(ENV['BEAKER_PUPPET_VERSION'] || "~> 4.0")
2523
gem 'uuidtools'
2624
gem 'httparty'

0 commit comments

Comments
 (0)