Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add base64 and logger gem as dependency for Ruby 3.4 and 3.5
The `base64` gem was marked as bundled gem for Ruby 3.4. Ref. ruby/ruby@6500f85 And, the `logger` gem was marked as bundled gem for Ruby 3.5. Ref. ruby/ruby@d7e558e This patch will suppress the following warning message: ``` socket_manager.rb:23: 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. config_loader.rb:18: warning: logger was loaded from the standard library, but will no longer be part of the default gems starting from Ruby 3.5.0. ``` Signed-off-by: Shizuo Fujita <[email protected]>
- Loading branch information