We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ba0a262 + 9c23a17 commit d47f879Copy full SHA for d47f879
acceptance/Gemfile
@@ -10,8 +10,8 @@ def location_for(place, fake_version = nil)
10
end
11
12
13
-gem "beaker", *location_for(ENV['BEAKER_VERSION'] || "~> 5")
14
-gem 'beaker-puppet', *location_for(ENV['BEAKER_PUPPET_VERSION'] || "~> 3")
+gem "beaker", *location_for(ENV['BEAKER_VERSION'] || "~> 6")
+gem 'beaker-puppet', *location_for(ENV['BEAKER_PUPPET_VERSION'] || "~> 4")
15
gem "beaker-hostgenerator", *location_for(ENV['BEAKER_HOSTGENERATOR_VERSION'] || "~> 2")
16
gem "beaker-abs", *location_for(ENV['BEAKER_ABS_VERSION'] || "~> 1")
17
gem "beaker-vagrant", *location_for(ENV['BEAKER_VAGRANT_VERSION'] || "~> 0")
0 commit comments