Skip to content

Commit d6048e6

Browse files
committed
ci: use a compatible bundler version with older ruby
Rubygems 3.3.22 is the minimum needed to correctly detect and use `-linux-musl` and `-linux-gnu` native gems. rake-compiler/rake-compiler#236 introduced a minimum rubygems version for these native platform gems to provide a sensible error message.
1 parent a8f3f05 commit d6048e6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -362,4 +362,6 @@ jobs:
362362
name: cruby-x86_64-linux-musl-gem
363363
path: gems
364364
- run: apk add build-base
365+
- if: matrix.ruby == '3.0' # https://github.com/rake-compiler/rake-compiler/pull/236
366+
run: gem install bundler
365367
- run: ./bin/test-gem-install ./gems

0 commit comments

Comments
 (0)