Skip to content

Commit

Permalink
ci: use latest rubygems again for Ruby 3.1 on windows (#4750)
Browse files Browse the repository at this point in the history
**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]>
  • Loading branch information
kenhys authored Dec 27, 2024
1 parent 51eb2cb commit 6d4e0d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
uses: ruby/setup-ruby@401c19e14f474b54450cd3905bb8b86e2c8509cf # v1.204.0
with:
ruby-version: ${{ matrix.ruby-version }}
rubygems: latest
- name: Install addons
if: ${{ matrix.os == 'ubuntu-latest' }}
run: sudo apt-get install libgmp3-dev libcap-ng-dev
Expand Down

0 comments on commit 6d4e0d0

Please sign in to comment.