Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

~/.rvm/gems/ruby-3.3.0/gems/net-ssh-7.2.1/lib/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.1 to add base64 into its gemspec. #2149

Closed
arthurduarte1 opened this issue Jan 22, 2024 · 1 comment

Comments

@arthurduarte1
Copy link

Steps to reproduce

Simple do: cap production deploy using ruby v3.3.0 and Capistrano v3.17

Expected behavior

Show nothing.

Actual behavior

Show Warning message about net-ssh library

System configuration

Environment

Ruby     ruby 3.3.0 (2023-12-25 revision 5124f9ac75) [arm64-darwin23]
Rubygems 3.5.3
Bundler  2.5.3
Command  ~/.rvm/gems/ruby-3.3.0/bin/cap production doctor

Gems

capistrano 3.18.0
airbrussh  1.5.1
rake       13.1.0
sshkit     1.22.0
net-ssh    7.2.1
@mattbrictson
Copy link
Member

As indicated in the warning message, this is a net-ssh issue. It should be fixed in the next release of net-ssh. See: net-ssh/net-ssh#933

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants