You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments