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

Conversation

mishina2228
Copy link

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.

`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
Copy link
Author

@mmcdaris Sorry for direct ping, but airbrake gem will not work on Ruby 3.4+ unless you put gem 'base64' in Gemfile.

/home/runner/work/resurrected_god/resurrected_god/vendor/bundle/ruby/3.4.0+0/gems/airbrake-ruby-6.2.2/lib/airbrake-ruby/stat.rb:1: warning: base64 was loaded from the standard library, but is not part of the default gems since Ruby 3.4.0. Add base64 to your Gemfile or gemspec.

Any chance to review it?

mishina2228 added a commit to mishina2228/resurrected_god that referenced this pull request Apr 7, 2024
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.

1 participant