net-ssh / net-scp

Pure Ruby implementation of the SCP protocol
http://github.com/delano/net-scp
MIT License
154 stars 63 forks source link

Update net-ssh dependency to allow 7.x #62

Closed Taeir closed 1 year ago

Taeir commented 2 years ago

net-scp relies on net-ssh version < 7.0.0. Could this be updated to also accept the new 7.x versions of net-ssh?

phinze commented 2 years ago

Looks like this was done in https://github.com/net-ssh/net-scp/pull/60 and we just need a gem release to include it. Hopefully one of the maintainers gets a chance to do that soon! 🤞

mfazekas commented 2 years ago

Just released https://rubygems.org/gems/net-scp/versions/4.0.0.rc1

WaKeMaTTa commented 2 years ago

I tried cap server deploy with net-ssh v7.0.1 and net-scp v4.0.0.rc1, and it worked :heavy_check_mark: . Thanks.

WaKeMaTTa commented 2 years ago

bump :)

tas50 commented 2 years ago

@mfazekas Any chance we can get a final 4.0 released?

n-rodriguez commented 2 years ago

Hi there! Any news? Thank you!

Stromweld commented 2 years ago

@mfazekas since this has been verified to work and the rc has been our for a while, can we get an official 4.0 release?