Skip to content

Commit

Permalink
Merge pull request #1761 from caseywilliams/maint/beaker-4
Browse files Browse the repository at this point in the history
Explicitly require hypervisor beaker gems, for non-CI contexts
  • Loading branch information
speedofdark committed Nov 29, 2018
2 parents 20850db + f85e25a commit f7776ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions acceptance/Gemfile
Expand Up @@ -14,6 +14,8 @@ 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_VAGRANT_VERSION'] || "~> 0")
gem "beaker-vmpooler", *location_for(ENV['BEAKER_VMPOOLER_VERSION'] || "~> 1")
gem 'rake', "~> 10.1.0"
gem "multi_json", "~> 1.8"

Expand Down

0 comments on commit f7776ee

Please sign in to comment.