Skip to content

Commit

Permalink
(maint) Merge up 932e32a to master
Browse files Browse the repository at this point in the history
Generated by CI

* commit '932e32a6730ccb49f800d9c4d7c7b581b30b6680':
  (maint) Explicitly require beaker-vmpooler for acceptance
  (maint) Explicitly require beaker-vmpooler for acceptance
  (maint) Use beaker 4 by default in acceptance
  • Loading branch information
puppetlabs-jenkins committed Dec 3, 2018
2 parents e4df185 + 932e32a commit 81b800d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions acceptance/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@ def location_for(place, fake_version = nil)
end
end

gem "beaker", *location_for(ENV['BEAKER_VERSION'] || "~> 3.34")
gem 'beaker-puppet', *location_for(ENV['BEAKER_PUPPET_VERSION'] || '~> 0.13')
gem "beaker", *location_for(ENV['BEAKER_VERSION'] || "~> 4")
gem 'beaker-puppet', *location_for(ENV['BEAKER_PUPPET_VERSION'] || '~> 1')
gem "beaker-hostgenerator", *location_for(ENV['BEAKER_HOSTGENERATOR_VERSION'] || "~> 1.1")
gem "beaker-abs", *location_for(ENV['BEAKER_ABS_VERSION'] || "~> 0.5")
gem "beaker-vagrant", *location_for(ENV['BEAKER_VMPOOLER_VERSION'] || "~> 0")
gem "beaker-vmpooler", *location_for(ENV['BEAKER_VMPOOLER_VERSION'] || "~> 1")
gem 'rake', "~> 10.1.0"

if File.exists? "#{__FILE__}.local"
Expand Down

0 comments on commit 81b800d

Please sign in to comment.