Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Since ruby 3.4.0, base64 is changed to non-default gems. It need to be installed explicitly now. (service discovery and out forward plugin use it) At least base64 >= 0.1.0 should be installed. FYI: * ruby 3.0.0 (base64 0.1.0) * ruby 3.0.6 (base64 0.1.0) * ruby 3.1.4 (base64 0.1.1) * ruby 3.2.3 (base64 0.1.1) * ruby 3.3.0 (base64 0.2.0) It seems that ruby-2.7.8 bundles base64 0.1.0 equivalent version. e.g. It fixes the following LoadError. 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. /home/runner/.rubies/ruby-head/lib/ruby/3.4.0+0/bundled_gems.rb:74:in 'Kernel.require': cannot load such file -- base64 (LoadError) Signed-off-by: Kentaro Hayashi <[email protected]>
- Loading branch information