Skip to content

Commit

Permalink
ci: remove latest setting for rubygems (#4804)
Browse files Browse the repository at this point in the history
**Which issue(s) this PR fixes**: 
None.

**What this PR does / why we need it**: 
Remove `latest` setting for `rubygems`.
We added it for Ruby 3.1 on Windows (#4750).
We have already dropped Ruby 3.1, so we don't need it anymore.

**Docs Changes**:
Not needed.

**Release Note**: 
Not needed.

Signed-off-by: Daijiro Fukuda <[email protected]>
  • Loading branch information
daipom authored Jan 29, 2025
1 parent eaca8db commit 24f08be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
uses: ruby/setup-ruby@1287d2b408066abada82d5ad1c63652e758428d9 # v1.214.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 24f08be

Please sign in to comment.