diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index b05e24f97..625ca227c 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -33,7 +33,7 @@ jobs: - name: Run Rubocop run: bundle exec rake rubocop - id: ruby - uses: voxpupuli/ruby-version@v1 + uses: voxpupuli/ruby-version@v2 cache_modules_linux: name: 'Linux: Generate module cache' diff --git a/Gemfile b/Gemfile index db2ce69ca..6da9308ac 100644 --- a/Gemfile +++ b/Gemfile @@ -56,4 +56,7 @@ end # https://github.com/OpenVoxProject/openvox/issues/90 gem 'syslog', '~> 0.3' if RUBY_VERSION >= '3.4' -gem 'puppet_metadata', '~> 5.3' +gem 'puppet_metadata', '>= 5.3', '< 7' + +# test forge_ruby branch until it's released +gem 'forge_ruby', github: 'puppetlabs/forge-ruby', branch: 'main'