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

Conditionally add base64 gem requirement #77

Merged
merged 1 commit into from
Dec 10, 2024
Merged

Conversation

tokengeek
Copy link
Member

Ruby 2.1 and 2.2 are unable to use the base64 gem due to version constraints on the gem. Ruby 3.4 requires that gem as Base64 has been removed from the standard library.

This adds a condition around the dependency so only Ruby 3.4 requires the gem to restore the standard library behaviour.

Ruby 2.1 and 2.2 are unable to use the `base64` gem due to version
constraints on the gem. Ruby 3.4 requires that gem as `Base64` has been
removed from the standard library.

This adds a condition around the dependency so only Ruby 3.4 requires
the gem to restore the standard library behaviour.
@tokengeek tokengeek self-assigned this Dec 10, 2024
@tokengeek tokengeek merged commit 5df5a0d into master Dec 10, 2024
10 of 12 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.

1 participant