Skip to content

Commit

Permalink
ci: install rubygems-requirements-system with Ruby 3.1
Browse files Browse the repository at this point in the history
Because RubyGems is
old. rubygems/rubygems#6673 is needed.
  • Loading branch information
kou committed Jan 8, 2025
1 parent 26d4905 commit 6b85451
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ jobs:
--noconfirm `
--refresh `
--sync
- name: Install rubygems-requirements-system explicitly
if: |
matrix.ruby-version == '3.1'
run: |
gem install rubygems-requirements-system
- name: Install gem
run: |
gem install --verbose pkg/*.gem
Expand Down

0 comments on commit 6b85451

Please sign in to comment.