rack / rack-session

MIT License
32 stars 14 forks source link

Specify the `base64` dependency #31

Closed dentarg closed 8 months ago

dentarg commented 8 months ago

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.

Close https://github.com/rack/rack-session/pull/30