Skip to content

Commit

Permalink
Use latest bundler to get the fix of rubygems/rubygems#6165
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon authored and lloeki committed May 27, 2023
1 parent b45a4c7 commit 372cfd7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler: latest # to get this fix: https://github.com/rubygems/rubygems/issues/6165
bundler-cache: true
- name: Install GraalVM JS component
run: gu install js
Expand Down

0 comments on commit 372cfd7

Please sign in to comment.