We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 864addf + c05b7c7 commit 2573bcbCopy full SHA for 2573bcb
Gemfile
@@ -34,7 +34,7 @@ group :development do
34
gem "rb-readline", '= 0.5.5', require: false, platforms: [:mswin, :mingw, :x64_mingw]
35
gem "beaker", *location_for(ENV['BEAKER_VERSION'] || '~> 6.0')
36
gem "beaker-abs", *location_for(ENV['BEAKER_ABS_VERSION'] || '~> 1.0')
37
- gem "beaker-hostgenerator"
+ gem "beaker-hostgenerator", *location_for(ENV['BEAKER_HOSTGENERATOR_VERSION'] || '~> 2')
38
gem "beaker-rspec"
39
gem "beaker-puppet", *location_for(ENV['BEAKER_PUPPET_VERSION'] || '~> 4.0') if Gem::Requirement.create('< 3.2.0').satisfied_by?(Gem::Version.new(RUBY_VERSION.dup))
40
gem "beaker-module_install_helper", require: false
0 commit comments