Skip to content

Refresh Gemfile{,.lock} for Ruby 3.3. #146

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

Merged
merged 1 commit into from
May 13, 2024

Conversation

jackorp
Copy link
Contributor

@jackorp jackorp commented Feb 13, 2024

APIs removed between Ruby 3.1 and 3.3 result in
mysql2 build failures due to missing C APIs in new Ruby, such as "taintedness" and "safeness" functions.

Update to gem mysql2 0.5.5 that no longer fails
to compile with Ruby 3.3.

Ruby 2.5 keeps building OK.

2.5 container build log:
https://gist.github.com/jackorp/d6f10a3b9f8430a7951244a041657129
3.3 container build log:
https://gist.github.com/jackorp/8fae99f431a8da85bc06f773368e30e9

APIs removed between Ruby 3.1 and 3.3 result in
mysql2 build failures due to missing C APIs in new Ruby,
such as "taintedness" and "safeness" functions.

Update to gem mysql2 0.5.5 that no longer fails
to compile with Ruby 3.3.
@phracek
Copy link

phracek commented May 13, 2024

@bparees @adambkaplan @dulek Can you please have a look at it and merge it?

Copy link
Contributor

@pvalena pvalena left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@bparees
Copy link
Contributor

bparees commented May 13, 2024

tested the change locally, the docker build succeeds, so this should be ok for origin CI.

@bparees bparees merged commit 01421b3 into openshift:master May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants