From c3aff65b933e98bb3e59f452f4b0f189522b824c Mon Sep 17 00:00:00 2001 From: Joshua Hoblitt Date: Mon, 16 Sep 2024 08:23:25 -0700 Subject: [PATCH] fix compat. with modulesync_config 9.2.0; rm PUPPET_GEM_VERSION Resolves this error: /opt/hostedtoolcache/Ruby/3.2.5/x64/lib/ruby/3.2.0/bundler/resolver.rb:304:in `raise_not_found!': Could not find gem 'puppet (~> 7.0)' in locally installed gems. (Bundler::GemNotFound) This appears to have been caused by this change: https://github.com/voxpupuli/modulesync_config/pull/925 Which allows the version of puppet installed in the bundle to be >= 8. --- .github/workflows/release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d0e757f..d2be854 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -48,5 +48,4 @@ jobs: # https://docs.github.com/en/free-pro-team@latest/actions/reference/encrypted-secrets BLACKSMITH_FORGE_USERNAME: '${{ secrets.username }}' BLACKSMITH_FORGE_API_KEY: '${{ secrets.api_key }}' - PUPPET_GEM_VERSION: "~> 7.0" run: bundle exec rake module:push