Skip to content

Commit 463e32d

Browse files
committed
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: voxpupuli/modulesync_config#925 Which allows the version of puppet installed in the bundle to be >= 8.
1 parent cecab19 commit 463e32d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,4 @@ jobs:
4848
# https://docs.github.com/en/free-pro-team@latest/actions/reference/encrypted-secrets
4949
BLACKSMITH_FORGE_USERNAME: '${{ secrets.username }}'
5050
BLACKSMITH_FORGE_API_KEY: '${{ secrets.api_key }}'
51-
PUPPET_GEM_VERSION: "~> 7.0"
5251
run: bundle exec rake module:push

0 commit comments

Comments
 (0)