Skip to content

Specify the base64 dependency#31

Merged
ioquatix merged 1 commit intorack:mainfrom
dentarg:base64
Jan 17, 2024
Merged

Specify the base64 dependency#31
ioquatix merged 1 commit intorack:mainfrom
dentarg:base64

Conversation

@dentarg
Copy link
Contributor

@dentarg dentarg commented Jan 16, 2024

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 #30

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.
Copy link
Member

@ioquatix ioquatix left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree with this approach.

@ioquatix ioquatix self-assigned this Jan 17, 2024
@ioquatix ioquatix merged commit 7a4e2dd into rack:main Jan 17, 2024
@dentarg dentarg deleted the base64 branch January 17, 2024 13:32
ioquatix pushed a commit that referenced this pull request Jan 4, 2025
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants