Skip to content

Commit

Permalink
ci: use a compatible bundler version with older ruby
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
flavorjones committed Feb 7, 2024
1 parent a8f3f05 commit d6048e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -362,4 +362,6 @@ jobs:
name: cruby-x86_64-linux-musl-gem
path: gems
- run: apk add build-base
- if: matrix.ruby == '3.0' # https://github.com/rake-compiler/rake-compiler/pull/236
run: gem install bundler
- run: ./bin/test-gem-install ./gems

0 comments on commit d6048e6

Please sign in to comment.