Skip to content

Commit

Permalink
Add base64 to gemspec
Browse files Browse the repository at this point in the history
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
  • Loading branch information
tagliala committed Jan 23, 2024
1 parent 025c946 commit e983439
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dalli.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,6 @@ Gem::Specification.new do |s|
s.metadata = {
'rubygems_mfa_required' => 'true'
}

s.add_dependency 'base64'
end

0 comments on commit e983439

Please sign in to comment.