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

add base64 dependency for future-proofing #241

Merged
merged 1 commit into from
Jul 30, 2024

Conversation

geemus
Copy link
Contributor

@geemus geemus commented Jul 29, 2024

When working in anchordotdev/puma-acme we started getting a failure against head ruby, because it no longer has base64 in stdlib, and instead you have to explicitly require it. You can see the error here:

https://github.com/anchordotdev/puma-acme/actions/runs/10150742999/job/28068516562

We added it ourselves to immediately address the issue, but wanted to pass the fix upstream to you as well. I don't believe it should change any current behavior, and should help future proof things so you won't need to address this when 3.4+ appear.

Just let me know if you have any questions or I can help further to land this. Thanks!

@unixcharles
Copy link
Owner

Thanks for the heads up and the PR.

@unixcharles unixcharles merged commit 125c15f into unixcharles:master Jul 30, 2024
8 checks passed
@geemus geemus deleted the add-base64-dep branch July 30, 2024 16:26
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.

2 participants