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
Fedora, ruby 3.1 broken dependencies #469
Comments
|
Finally caught the culprit. So our problem is that nokogiri is resolved to that version. That version specifies |
|
JFTR, we have discussed updating dependencies for I have filed https://bugzilla.redhat.com/show_bug.cgi?id=2178171 as it seems like a behavior regression in the bundler version shipped by Ruby 3.1.3. What we can do (and probably will until fix comes into relevant Fedora Ruby streams), is either force all Gemfile.lock specified dependencies to use the Ruby platform by calling: or use a more fine-grained approach by specifying this config on a per-gem basis like so: |
Instead of resolving to correct Ruby platform, it preferred the archful package, that is actually incompatible. See sclorg/s2i-ruby-container#469 for an example of the bug. Commit taken from: <#6225> and adapted: <7b64c64> for the PR#6225.
The build of the app for Fedora and ruby 3.1 is broken.
Reproducer:
The build fails with:
CC @jackorp
The text was updated successfully, but these errors were encountered: