Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release-gem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Set up Ruby 3.X
uses: ruby/setup-ruby@ca041f971d66735f3e5ff1e21cc13e2d51e7e535 # v1.233.0
with:
ruby-version: '3.0'
ruby-version: '3.2.3'

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@6f6d6172 sorry to dig up a pr from the graveyard but TIL that you may be able to not include the version spec here and it may just pick up the ruby version from your .ruby-version file

source: https://github.com/ruby/setup-ruby?tab=readme-ov-file#single-job

bundler-cache: true
- name: Run the default task
run: bundle exec rake
Expand Down
Loading