Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

set required_rubygems_version for native gems that specify the linux libc #236

Commits on Jan 30, 2024

  1. set required_rubygems_version for linux libc platforms

    If rake-compiler is building a linux native gem that specifies a libc
    in its platform object, then we add ">= 3.3.22" to the
    required_rubygems_version requirement.
    
    Rubygems does not correctly recognize `-musl` or `-gnu` platform
    suffixes until v3.3.22.
    
    https://github.com/rubygems/rubygems/blob/master/CHANGELOG.md#3322--2022-09-07
    flavorjones committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    9143b1f View commit details
    Browse the repository at this point in the history