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

Commits on Jan 25, 2024

  1. Adds base64 dependency

    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 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    b9ecfc6 View commit details
    Browse the repository at this point in the history
  2. Bumps version to 8.12.1

    picandocodigo committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    50a20cc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cc7246e View commit details
    Browse the repository at this point in the history