Skip to content

Commit 7ceded9

Browse files
authored
Backport(v1.16) ci: use latest rubygems again for Ruby 3.1 on windows (#4750) (#4803)
**Which issue(s) this PR fixes**: Backport #4750 **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 ``` NOTE: Initially introduced by #4681, then reverted in #4746. Thus, it's a side-effect of #4746. **Docs Changes**: N/A **Release Note**: N/A Signed-off-by: Kentaro Hayashi <[email protected]>
1 parent b973802 commit 7ceded9

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
@@ -29,6 +29,7 @@ jobs:
2929
uses: ruby/setup-ruby@v1
3030
with:
3131
ruby-version: ${{ matrix.ruby-version }}
32+
rubygems: latest
3233
- name: Install addons
3334
if: ${{ matrix.os == 'ubuntu-latest' }}
3435
run: sudo apt-get install libgmp3-dev libcap-ng-dev

0 commit comments

Comments
 (0)