From 6d8a3f7ebe99883c1799ff743cae28fc8749a01d Mon Sep 17 00:00:00 2001 From: Michael Hashizume Date: Tue, 4 Jun 2024 09:23:10 -0700 Subject: [PATCH] Update Beaker to 6 and beaker-puppet to 4 (cherry picked from commit 04040a4d69be0cea9b496148a565976d0c4b8fec) --- acceptance/Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/acceptance/Gemfile b/acceptance/Gemfile index c43e8cff20..6eedda0c48 100644 --- a/acceptance/Gemfile +++ b/acceptance/Gemfile @@ -12,8 +12,8 @@ def location_for(place, fake_version = nil) end end -gem "beaker", *location_for(ENV['BEAKER_VERSION'] || "~> 5") -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") gem "beaker-hostgenerator", *location_for(ENV['BEAKER_HOSTGENERATOR_VERSION'] || "~> 2") gem "beaker-abs", *location_for(ENV['BEAKER_ABS_VERSION'] || "~> 1") gem "beaker-vagrant", *location_for(ENV['BEAKER_VAGRANT_VERSION'] || "~> 0")