Skip to content

Commit 7a4e2dd

Browse files
authored
Specify the base64 dependency (#31)
Addresses this warning (on Ruby 3.3): > /app/lib/rack/session/cookie.rb:11: warning: base64 was loaded from > the standard library, but is not part of the default gems since Ruby > 3.4.0. Add base64 to your Gemfile or gemspec.
1 parent c9012bc commit 7a4e2dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rack-session.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Gem::Specification.new do |spec|
1616

1717
spec.required_ruby_version = ">= 2.4.0"
1818

19+
spec.add_dependency "base64", ">= 0.1.0"
1920
spec.add_dependency "rack", ">= 3.0.0"
2021

2122
spec.add_development_dependency "bundler"

0 commit comments

Comments
 (0)