capistrano / sshkit

A toolkit for deploying code and assets to servers in a repeatable, testable, reliable way.
MIT License
1.13k stars 253 forks source link

Issue with dependency versions (net-ssh and net-scp versions are incompatible) #499

Open collimarco opened 2 years ago

collimarco commented 2 years ago

When I run bundle update I get:

Fetching net-ssh 7.0.1 (was 6.1.0)
Installing net-ssh 7.0.1 (was 6.1.0)
Fetching net-scp 1.2.1 (was 3.0.0)
Installing net-scp 1.2.1 (was 3.0.0)

As you can see there is a major downgrade of net-scp after the upgrade of net-ssh.

More info:

https://github.com/net-ssh/net-scp/issues/61

mattbrictson commented 2 years ago

It looks like this has already been fixed in https://github.com/net-ssh/net-scp/issues/61 . Is there anything more than needs to be done here?