From c6359f16ac136f83b71b4d5c50bf44c2af9ce5fe Mon Sep 17 00:00:00 2001 From: skyamgarp <130442619+skyamgarp@users.noreply.github.com> Date: Thu, 16 Oct 2025 12:47:01 +0530 Subject: [PATCH] (PA-6856) Update sync.yml with bhg version --- .sync.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.sync.yml b/.sync.yml index 79f1797..42b42e9 100644 --- a/.sync.yml +++ b/.sync.yml @@ -13,6 +13,7 @@ Gemfile: version: '~> 1.0' - gem: beaker-hostgenerator from_env: BEAKER_HOSTGENERATOR_VERSION + version: '~> 2' - gem: beaker-rspec from_env: BEAKER_RSPEC_VERSION # Prevent beaker-puppet from being installed on Ruby > 3.1 until beaker-puppet supports newer Rubies (PA-6136)