You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
~/.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
The text was updated successfully, but these errors were encountered:
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
Closepetergoldstein#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#981
Going to submit a PR
The text was updated successfully, but these errors were encountered: