We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f5a464e + 80a0697 commit 1f3db18Copy full SHA for 1f3db18
acceptance/Gemfile
@@ -12,8 +12,8 @@ def location_for(place, fake_version = nil)
12
end
13
14
15
-gem "beaker", *location_for(ENV['BEAKER_VERSION'] || '~> 5.0')
16
-gem "beaker-puppet", *location_for(ENV['BEAKER_PUPPET_VERSION' || "~> 3.0"])
+gem "beaker", *location_for(ENV['BEAKER_VERSION'] || '~> 6.0')
+gem "beaker-puppet", *location_for(ENV['BEAKER_PUPPET_VERSION' || "~> 4.0"])
17
gem "beaker-hostgenerator", *location_for(ENV['BEAKER_HOSTGENERATOR_VERSION'] || "~> 2")
18
gem "beaker-abs", *location_for(ENV['BEAKER_ABS_VERSION'] || "~> 1.0")
19
gem "beaker-vagrant", *location_for(ENV['BEAKER_VAGRANT_VERSION'] || "~> 0")
0 commit comments