Skip to content

Commit 24f08be

Browse files
authored
ci: remove latest setting for rubygems (#4804)
**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 <fukuda@clear-code.com>
1 parent eaca8db commit 24f08be

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ jobs:
3535
uses: ruby/setup-ruby@1287d2b408066abada82d5ad1c63652e758428d9 # v1.214.0
3636
with:
3737
ruby-version: ${{ matrix.ruby-version }}
38-
rubygems: latest
3938
- name: Install addons
4039
if: ${{ matrix.os == 'ubuntu-latest' }}
4140
run: sudo apt-get install libgmp3-dev libcap-ng-dev

0 commit comments

Comments
 (0)