Skip to content

Commit

Permalink
fix compat. with modulesync_config 9.2.0; rm PUPPET_GEM_VERSION
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jhoblitt committed Sep 16, 2024
1 parent cecab19 commit cf560e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit cf560e6

Please sign in to comment.