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

Remove deprecated base64 in favour of pack/unpack (2-2-stable) #2174

Closed
wants to merge 2 commits into from

Commits on Apr 24, 2024

  1. Remove deprecated base64 in favour of pack/unpack

    The base64 library is external as of Ruby 3.4 and is no longer available
    by default in Ruby. The pack/unpack methods support encoding as base64
    and can be used in it's place.
    
    String#unpack.first was preferred here to support Ruby 2.3, which didn't
    yet have String#unpack1 introduced in Ruby 2.4.
    adam12 committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    8ec1ce5 View commit details
    Browse the repository at this point in the history
  2. Update changelog

    adam12 committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    2b301b4 View commit details
    Browse the repository at this point in the history