Skip to content

Commit 8f292be

Browse files
Update testing dependencies for beaker 5
1 parent c00958d commit 8f292be

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
@@ -12,10 +12,10 @@ def location_for(place, fake_version = nil)
1212
end
1313
end
1414

15-
gem "beaker", *location_for(ENV['BEAKER_VERSION'] || '~> 4.0')
16-
gem "beaker-puppet", *location_for(ENV['BEAKER_PUPPET_VERSION'] || ["~>1.0", ">= 1.18.4"])
15+
gem "beaker", *location_for(ENV['BEAKER_VERSION'] || '~> 5.0')
16+
gem "beaker-puppet", *location_for(ENV['BEAKER_PUPPET_VERSION' || "~> 3.0"])
1717
gem "beaker-hostgenerator", *location_for(ENV['BEAKER_HOSTGENERATOR_VERSION'] || "~> 2")
18-
gem "beaker-abs", *location_for(ENV['BEAKER_ABS_VERSION'] || "~> 0.4")
18+
gem "beaker-abs", *location_for(ENV['BEAKER_ABS_VERSION'] || "~> 1.0")
1919
gem "beaker-vagrant", *location_for(ENV['BEAKER_VAGRANT_VERSION'] || "~> 0")
2020
gem "beaker-vmpooler", *location_for(ENV['BEAKER_VMPOOLER_VERSION'] || "~> 1.3")
2121
gem "beaker-vcloud", *location_for(ENV['BEAKER_VCLOUD_VERSION'] || "~> 1.0")

0 commit comments

Comments
 (0)