Skip to content

Commit 2573bcb

Browse files
authored
Merge pull request #812 from puppetlabs/PA-6864
(PA-6864) Add beaker-hostgenerator gem with dynamic version support
2 parents 864addf + c05b7c7 commit 2573bcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ group :development do
3434
gem "rb-readline", '= 0.5.5', require: false, platforms: [:mswin, :mingw, :x64_mingw]
3535
gem "beaker", *location_for(ENV['BEAKER_VERSION'] || '~> 6.0')
3636
gem "beaker-abs", *location_for(ENV['BEAKER_ABS_VERSION'] || '~> 1.0')
37-
gem "beaker-hostgenerator"
37+
gem "beaker-hostgenerator", *location_for(ENV['BEAKER_HOSTGENERATOR_VERSION'] || '~> 2')
3838
gem "beaker-rspec"
3939
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))
4040
gem "beaker-module_install_helper", require: false

0 commit comments

Comments
 (0)