You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
precompiled: set required_rubygems_version in native gems
Note that we only do this if the platform OS is "linux".
Versions of rubygems before 3.3.22 do not recognize the `-gnu` or
`-musl` suffix on linux platforms. The failure when installing the
gem is
> ERROR: While executing gem ... (Gem::Exception)
> Unable to find spec for #<Gem::NameTuple rcee_precompiled, 0.6.test.2024.0128.1724, aarch64-linux>
This PR changes the error message to:
> ERROR: Error installing rcee_precompiled-0.6.test.2024.0128.1735-x86_64-linux-musl.gem:
> rcee_precompiled-0.6.test.2024.0128.1735-x86_64-linux-musl requires RubyGems version >= 3.3.22.
> The current RubyGems version is 3.2.33. Try 'gem update --system' to update RubyGems itself.
0 commit comments