Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This PR add `base64` to runtime dependency to suppress the following Ruby 3.3's warning: ```console $ ruby -ve 'require "faraday"' ruby 3.3.0dev (2023-08-14T15:48:39Z master 52837fcec2) [x86_64-darwin22] /Users/koic/.rbenv/versions/3.3.0-dev/lib/ruby/gems/3.3.0+0/gems/faraday-2.7.10/lib/faraday/utils.rb:3: warning: base64 which will be not part of the default gems since Ruby 3.4.0 ``` cf: rails/rails#48907
- Loading branch information