Skip to content

Commit

Permalink
Specify the base64 dependency
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
dentarg authored and ioquatix committed Jan 17, 2024
1 parent c9012bc commit e5e73ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rack-session.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Gem::Specification.new do |spec|

spec.required_ruby_version = ">= 2.4.0"

spec.add_dependency "base64", ">= 0.1.0"
spec.add_dependency "rack", ">= 3.0.0"

spec.add_development_dependency "bundler"
Expand Down

0 comments on commit e5e73ed

Please sign in to comment.