-
Notifications
You must be signed in to change notification settings - Fork 417
ruby3.2-activesupport/8.0.0 package update #33613
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
Conversation
Signed-off-by: wolfi-bot <[email protected]>
|
Build is fine but tests now fail. This was an AI suggestion: "The uri gem used to be part of Ruby's standard library, but it was extracted into a separate gem in Ruby 3.2. Rails 8.0 now explicitly requires a newer version of this gem. To fix this, you need to add ruby3.2-uri as a runtime dependency in your melange package configuration." It does look like we need both ruby-uri and ruby-benchmark in order to be able to run the tests for this package. Adding separately here: |
These packages are now needed to be able to test the following package: - #33613 --------- Signed-off-by: Mark McCormick <[email protected]>
Signed-off-by: Mark McCormick <[email protected]>
Package ruby3.2-activesupport: Click to expand/collapsePackage ruby3.2-activesupport: Package ruby3.3-activesupport: Click to expand/collapsePackage ruby3.3-activesupport: |
kranurag7
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank you very much for extending tests!!
**The package tests will fail,** until this is merged and built: - #33613 Once merged, please re-run this build. ------------- <p align="center"> <img src="https://raw.githubusercontent.com/wolfi-dev/.github/b535a42419ce0edb3c144c0edcff55a62b8ec1f8/profile/wolfi-logo-light-mode.svg" /> </p> --------- Signed-off-by: wolfi-bot <[email protected]> Signed-off-by: Mark McCormick <[email protected]> Co-authored-by: wolfi-bot <[email protected]> Co-authored-by: Mark McCormick <[email protected]>
Package update, plus expand melange test coverage.