net-ssh / net-scp

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

Downgrade of net-scp after bundle update #52

Closed rocket-turtle closed 4 years ago

rocket-turtle commented 4 years ago

Hi folks,

last time we did bundle update it downgraded net-scp

We do not require thes gems but use capistrano which uses net-scp and net-ssh.

To fix this we had to require gem 'net-scp', '~> 2.0' directly.

Is there another way to do it or would it be possible to release Version 3 for net-scp?

Thank you in advance.

mfazekas commented 4 years ago

@rocket-turtle yep we have net-scp 3.0.rc1 fixing that we should release it

fzipi commented 4 years ago

With net-ssh 6.0.2 I guess now this may be the next release...

mfazekas commented 4 years ago

https://rubygems.org/gems/net-scp/versions/3.0.0

rocket-turtle commented 4 years ago

Thank you, really appreciate your work.