Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unused base64 requires to fix Ruby 3.3 warning
The previous PR net-ssh#932 refactored the code to no longer use the Base64 module, but forgot to remove the actual `require "base64"` statements. This follow up commit removes those requires to fix the following warning on Ruby 3.3: > net/ssh/known_hosts.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 net-ssh-7.2.2.rc1 to add base64 into its gemspec.
- Loading branch information