Skip to content

Commit c7bb546

Browse files
authored
Merge pull request #83 from puppetlabs/PA-6856
(PA-6856) Add beaker-hostgenerator gem with dynamic version support
2 parents 34c5186 + a20c619 commit c7bb546

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
@@ -36,7 +36,7 @@ group :development do
3636
gem "rb-readline", '= 0.5.5', require: false, platforms: [:mswin, :mingw, :x64_mingw]
3737
gem "beaker", *location_for(ENV['BEAKER_VERSION'] || '~> 6')
3838
gem "beaker-abs", *location_for(ENV['BEAKER_ABS_VERSION'] || '~> 1')
39-
gem "beaker-hostgenerator"
39+
gem "beaker-hostgenerator", *location_for(ENV['BEAKER_HOSTGENERATOR_VERSION'] || '~> 2')
4040
gem "beaker-rspec"
4141
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))
4242
gem "async", '~> 1', require: false

0 commit comments

Comments
 (0)