Skip to content

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
@tokengeek tokengeek deleted the fix_base64_loading branch March 11, 2025 10:43
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