Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add base64 to rack-protection runtime dependencies #1946

Merged
merged 1 commit into from Sep 16, 2023

Conversation

mzishtiaq
Copy link
Contributor

@mzishtiaq mzishtiaq commented Sep 11, 2023

This PR adds base64 to rack-protection.gemspec because base64 will not be part of the default gems since Ruby 3.4.0.

Resolves #1937

Copy link
Member

@dentarg dentarg left a comment

Choose a reason for hiding this comment

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

It is rack-protection that should depend on base64, not sinatra: https://github.com/search?q=repo%3Asinatra%2Fsinatra%20base64&type=code

@mzishtiaq mzishtiaq force-pushed the base64_dependency branch 2 times, most recently from 5bb37e3 to 7793032 Compare September 11, 2023 22:16
@mzishtiaq
Copy link
Contributor Author

@dentarg thank you. I have updated the PR and the commit.

This PR adds `base64` to rack-protection.gemspec because `base64` will not be
part of the default gems since Ruby 3.4.0.
@dentarg dentarg changed the title Add base64 to runtime dependencies Add base64 to rack-protection runtime dependencies Sep 16, 2023
@dentarg dentarg merged commit e130771 into sinatra:main Sep 16, 2023
14 checks passed
@mzishtiaq mzishtiaq deleted the base64_dependency branch September 16, 2023 17:41
@dentarg dentarg mentioned this pull request Nov 26, 2023
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.

Add base64 dependency
2 participants