Skip to content

Commit

Permalink
Merge pull request #2681 from joshcooper/beaker5
Browse files Browse the repository at this point in the history
(FACT-3430) Use beaker 5 and friends
  • Loading branch information
mhashizume committed Feb 15, 2024
2 parents f0a6704 + fb87c9d commit a0dc406
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions acceptance/Gemfile
Expand Up @@ -10,10 +10,10 @@ def location_for(place, fake_version = nil)
end
end

gem "beaker", *location_for(ENV['BEAKER_VERSION'] || "~> 4.24")
gem 'beaker-puppet', *location_for(ENV['BEAKER_PUPPET_VERSION'] || '~> 1')
gem "beaker", *location_for(ENV['BEAKER_VERSION'] || "~> 5")
gem 'beaker-puppet', *location_for(ENV['BEAKER_PUPPET_VERSION'] || "~> 3")
gem "beaker-hostgenerator", *location_for(ENV['BEAKER_HOSTGENERATOR_VERSION'] || "~> 2")
gem "beaker-abs", *location_for(ENV['BEAKER_ABS_VERSION'] || "~> 0.5")
gem "beaker-abs", *location_for(ENV['BEAKER_ABS_VERSION'] || "~> 1")
gem "beaker-vagrant", *location_for(ENV['BEAKER_VAGRANT_VERSION'] || "~> 0")
gem "beaker-vmpooler", *location_for(ENV['BEAKER_VMPOOLER_VERSION'] || "~> 1")
gem "rake", ">= 12.3.3"
Expand Down

0 comments on commit a0dc406

Please sign in to comment.