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

Add base64 to runtime dependency #12094

Merged
merged 1 commit into from
Aug 3, 2023

Commits on Aug 3, 2023

  1. Add base64 to runtime dependency

    This PR add `base64` to runtime dependency to suppress the following Ruby 3.3's warning:
    
    ```console
    $ ruby -v
    ruby 3.3.0dev (2023-08-03T00:11:08Z master 4b6c584023) [x86_64-darwin22]
    
    $ bundle exec rubocop
    base64 is not part of the default gems since Ruby 3.4.0. Add it to your Gemfile.
    ```
    koic committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    141690a View commit details
    Browse the repository at this point in the history