Skip to content

Commit

Permalink
(Gemfile) bump default puppet version to 8.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoblitt committed Sep 12, 2024
1 parent 7d8b916 commit 6ad8bec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/librarian_puppet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7.7
ruby-version: 3.2.5
- run: bundle install
- name: Puppetfile recursive dependency check
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rake_checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7.7
ruby-version: 3.2.5
- run: bundle install
- name: run rake checks
run: bundle exec rake
3 changes: 1 addition & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ end
gem 'facter', ENV.fetch('FACTER_GEM_VERSION', nil), require: false, groups: [:test]
gem 'rake', require: false

# See: https://github.com/puppetlabs/puppet/issues/9268
puppetversion = ENV['PUPPET_GEM_VERSION'] || '~> 7.28.0'
puppetversion = ENV['PUPPET_GEM_VERSION'] || '~> 8.9'
gem 'puppet', puppetversion, require: false, groups: [:test]

# vim: syntax=ruby

0 comments on commit 6ad8bec

Please sign in to comment.