Closed hana-da closed 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
net-ssh < 7.0.0
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.
net-ssh < 8.0.0
Thanks!
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/864Since 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!