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

Drop depenency on base64 #778

Merged
merged 2 commits into from
Jul 24, 2024
Merged

Drop depenency on base64 #778

merged 2 commits into from
Jul 24, 2024

Conversation

Earlopain
Copy link
Contributor

#759 added base64 as a depenency in order to suppress a warning/error on Ruby 3.3/3.4

Since base64 is mostly just a wrapper around the pack/unpack methods it's easy to just replace.

Other gems have taken a similar approach:

lib/http/chainable.rb Outdated Show resolved Hide resolved
ixti

This comment was marked as outdated.

Copy link
Member

@tarcieri tarcieri left a comment

Choose a reason for hiding this comment

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

This now looks to be working aside from the rubocop lints which I fixed in #788

@tarcieri tarcieri requested a review from ixti July 24, 2024 18:02
@tarcieri tarcieri merged commit ba0733e into httprb:main Jul 24, 2024
5 of 6 checks passed
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.

3 participants