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

net-ssh 7.* support (for OpenSSL 3 compatibility) #60

Closed hana-da closed 2 years ago

hana-da commented 2 years ago

This gem depends on net-ssh < 7.0.0, so we cannot use net-ssh 7.0.1 which supports OpenSSL 3. https://github.com/net-ssh/net-ssh/pull/864

Since Ruby 3.1 uses OpenSSL 3, using this gem with Ruby 3.1 may cause problems.

I want to set the dependency on net-ssh < 8.0.0 so that I can use net-ssh 7.0.1.

Thanks!