Skip to content

Commit 6d4e0d0

Browse files
authored
ci: use latest rubygems again for Ruby 3.1 on windows (#4750)
**Which issue(s) this PR fixes**: Fixes # **What this PR does / why we need it**: It seems that it fixes failure with Ruby 3.1 on windows. ``` undefined method `ignored?' for #<Gem::Specification:0x000001dccaf43168 ``` **Docs Changes**: N/A **Release Note**: N/A Signed-off-by: Kentaro Hayashi <[email protected]>
1 parent 51eb2cb commit 6d4e0d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
uses: ruby/setup-ruby@401c19e14f474b54450cd3905bb8b86e2c8509cf # v1.204.0
3939
with:
4040
ruby-version: ${{ matrix.ruby-version }}
41+
rubygems: latest
4142
- name: Install addons
4243
if: ${{ matrix.os == 'ubuntu-latest' }}
4344
run: sudo apt-get install libgmp3-dev libcap-ng-dev

0 commit comments

Comments
 (0)