ferrum icon indicating copy to clipboard operation
ferrum copied to clipboard

warning: base64 was loaded from the standard library, but will no longer be part of the default gems since Ruby 3.4.0.

Open unblee opened this issue 2 years ago • 0 comments

When running ferrum 0.14 with Ruby 3.3.0, the following warning was output.

/vendor/bundle/ruby/3.3.0/gems/ferrum-0.14/lib/ferrum/browser.rb:3: 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. Also contact author of ferrum-0.14 to add base64 into its gemspec.

If you want to support Ruby 3.4.0 or later, maybe you need to add the base64 gem as dependencies?

unblee avatar Feb 01 '24 09:02 unblee