Skip to content

Commit a0dc406

Browse files
authored
Merge pull request #2681 from joshcooper/beaker5
(FACT-3430) Use beaker 5 and friends
2 parents f0a6704 + fb87c9d commit a0dc406

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

acceptance/Gemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ def location_for(place, fake_version = nil)
1010
end
1111
end
1212

13-
gem "beaker", *location_for(ENV['BEAKER_VERSION'] || "~> 4.24")
14-
gem 'beaker-puppet', *location_for(ENV['BEAKER_PUPPET_VERSION'] || '~> 1')
13+
gem "beaker", *location_for(ENV['BEAKER_VERSION'] || "~> 5")
14+
gem 'beaker-puppet', *location_for(ENV['BEAKER_PUPPET_VERSION'] || "~> 3")
1515
gem "beaker-hostgenerator", *location_for(ENV['BEAKER_HOSTGENERATOR_VERSION'] || "~> 2")
16-
gem "beaker-abs", *location_for(ENV['BEAKER_ABS_VERSION'] || "~> 0.5")
16+
gem "beaker-abs", *location_for(ENV['BEAKER_ABS_VERSION'] || "~> 1")
1717
gem "beaker-vagrant", *location_for(ENV['BEAKER_VAGRANT_VERSION'] || "~> 0")
1818
gem "beaker-vmpooler", *location_for(ENV['BEAKER_VMPOOLER_VERSION'] || "~> 1")
1919
gem "rake", ">= 12.3.3"

0 commit comments

Comments
 (0)