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

Ruby 3.3: warning related to base64 missing in the gemspec #981

Closed
tagliala opened this issue Jan 23, 2024 · 0 comments · Fixed by #982
Closed

Ruby 3.3: warning related to base64 missing in the gemspec #981

tagliala opened this issue Jan 23, 2024 · 0 comments · Fixed by #982

Comments

@tagliala
Copy link
Contributor

~/.rvm/gems/ruby-3.3.0/gems/dalli-3.2.6/lib/dalli/protocol/meta/key_regularizer.rb:3: warning: base64 was loaded from the standard library, but will no longer be part of the default gems since Ruby 3.4.0. Add base64 to your Gemfile or gemspec. Also contact author of dalli-3.2.6 to add base64 into its gemspec.

Going to submit a PR

@tagliala tagliala changed the title Ruby 3.3: warning related to base64 missing in the Gemfile Ruby 3.3: warning related to base64 missing in the gemspec Jan 23, 2024
tagliala added a commit to tagliala/dalli that referenced this issue Jan 23, 2024
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 pushed a commit that referenced this issue Jan 28, 2024
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
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 a pull request may close this issue.

1 participant