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 34c5186 + a20c619 commit c7bb546Copy full SHA for c7bb546
Gemfile
@@ -36,7 +36,7 @@ group :development do
36
gem "rb-readline", '= 0.5.5', require: false, platforms: [:mswin, :mingw, :x64_mingw]
37
gem "beaker", *location_for(ENV['BEAKER_VERSION'] || '~> 6')
38
gem "beaker-abs", *location_for(ENV['BEAKER_ABS_VERSION'] || '~> 1')
39
- gem "beaker-hostgenerator"
+ gem "beaker-hostgenerator", *location_for(ENV['BEAKER_HOSTGENERATOR_VERSION'] || '~> 2')
40
gem "beaker-rspec"
41
gem "beaker-puppet", *location_for(ENV['BEAKER_PUPPET_VERSION'] || '~> 4') if Gem::Requirement.create('< 3.2.0').satisfied_by?(Gem::Version.new(RUBY_VERSION.dup))
42
gem "async", '~> 1', require: false
0 commit comments