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 dependencies #726

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Dec 30, 2023

  1. Add base64 to runtime dependencies

    `base64` will not be part of the default gems since Ruby 3.4.0.
    This change silences the following warning:
    ```
    /home/runner/work/airbrake-ruby/airbrake-ruby/lib/airbrake-ruby/stat.rb:1: warning: base64 was loaded from the standard library, but will no longer be part of the default gems since Ruby 3.4.0. Add base64 to your Gemfile or gemspec.
    ```
    mishina2228 committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    a6ce8b0 View commit details
    Browse the repository at this point in the history