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 to gemspec #982

Merged

Conversation

tagliala
Copy link
Contributor

base64 is loaded from the standard library, but will no longer be part of the default gems since Ruby 3.4.0.

Adding base64 to gemspec to avoid this warning in Ruby 3.3 and allow Dalli to run against ruby-head

Close #981

base64 is loaded from the standard library, but will no longer be part
of the default gems since Ruby 3.4.0.

Adding `base64` to gemspec to avoid this warning in Ruby 3.3 and allow
Dalli to run against ruby-head

Close petergoldstein#981
@petergoldstein petergoldstein merged commit c539933 into petergoldstein:main Jan 28, 2024
21 checks passed
@petergoldstein
Copy link
Owner

Thanks @tagliala !

@tagliala tagliala deleted the chore/981-add-base64-to-gemspec branch January 28, 2024 16:28
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.

Ruby 3.3: warning related to base64 missing in the gemspec
2 participants