Skip to content

Add base64 to runtime dependencies#726

Open
mishina2228 wants to merge 1 commit into
airbrake:masterfrom
mishina2228:base64
Open

Add base64 to runtime dependencies#726
mishina2228 wants to merge 1 commit into
airbrake:masterfrom
mishina2228:base64

Conversation

@mishina2228
Copy link
Copy Markdown

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
Copy Markdown
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