Skip to content

Commit

Permalink
Merge pull request #121 from puppetlabs/update_ruby
Browse files Browse the repository at this point in the history
Update gem_release_prep.yml ruby. version from 2.7 to 3.1
  • Loading branch information
david22swan authored Oct 25, 2024
2 parents 5cb724a + 27bc939 commit 4351be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gem_release_prep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: "setup ruby"
uses: "ruby/setup-ruby@v1"
with:
ruby-version: "2.7"
ruby-version: "3.1"
bundler-cache: "true"

- name: "bundle environment"
Expand Down

0 comments on commit 4351be1

Please sign in to comment.