Skip to content

Commit

Permalink
Always use the latest bundler in CI on TruffleRuby
Browse files Browse the repository at this point in the history
  • Loading branch information
andrykonchin committed Feb 17, 2025
1 parent be501b8 commit e3e7f3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rspec-truffle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
ruby-version: truffleruby
bundler: latest
bundler-cache: true
- name: Run RSpec
run: |
Expand Down

0 comments on commit e3e7f3a

Please sign in to comment.