Skip to content

Commit

Permalink
CI: harmonize exact version of Ruby with Gemfile
Browse files Browse the repository at this point in the history
...until we are up to date with latest 3.3.6.
  • Loading branch information
olleolleolle committed Nov 5, 2024
1 parent 71b0e8f commit 0f95689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3
ruby-version: 3.3.5
bundler-cache: true # 'bundle install' and cache gems
- name: Compile
run: |
Expand Down

0 comments on commit 0f95689

Please sign in to comment.