Skip to content

Commit a7c692c

Browse files
committed
build: Use default for rubygems in oxidize-rb/actions/setup-ruby-and-rust
1 parent 472aa40 commit a7c692c

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,6 @@ jobs:
195195
uses: oxidize-rb/actions/setup-ruby-and-rust@main
196196
with:
197197
ruby-version: ${{ matrix.ruby-version }}
198-
rubygems: "latest"
199198
bundler-cache: true
200199
cargo-cache: true
201200
cache-version: v1

.github/workflows/ruby-release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616
uses: ruby/setup-ruby@v1
1717
with:
1818
ruby-version: "3.2"
19-
rubygems: "latest"
2019
bundler-cache: true
2120
working-directory: ./bindings/ruby
2221

0 commit comments

Comments
 (0)