Skip to content

Commit

Permalink
Try to use latest version of rubygems with JRuby
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Nov 7, 2024
1 parent 0415b06 commit 546688d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/push_gem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ jobs:
bundler-cache: true
ruby-version: ${{ matrix.ruby }}

# https://github.com/rubygems/rubygems/issues/5882
- run: gem update --system
if: matrix.ruby == 'jruby'

- name: Publish to RubyGems
uses: rubygems/release-gem@612653d273a73bdae1df8453e090060bb4db5f31 # v1

Expand Down

0 comments on commit 546688d

Please sign in to comment.