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

[8.12] Base64 #2283

Merged
merged 3 commits into from
Jan 25, 2024
Merged

[8.12] Base64 #2283

merged 3 commits into from
Jan 25, 2024

Conversation

picandocodigo
Copy link
Member

Backports #2282

base64 was added to the gemspec, since starting in Ruby 3.4.0, base64 will no longer be part of the
default gems and will no longer be in the standard library.

base64 is used forAPI key and Cloud ID. The dependency used to be declared in transport, but it's
not needed there since the implementation using it is in this codebase.
@picandocodigo picandocodigo merged commit a07501e into 8.12 Jan 25, 2024
10 checks passed
@picandocodigo picandocodigo deleted the base64_8.12 branch January 25, 2024 14:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant