This gem depends on net-ssh 2.9.2 which produces constant OpenSSL::Cipher::Cipher is deprecated warnings. The comment in the gemspec file says that it is locked on this version to preserve Ruby 1.9.3 support.
So in order to support Ruby 2.4 we should get rid of Ruby 1.9.3 support first.
This gem depends on
net-ssh
2.9.2 which producesconstant OpenSSL::Cipher::Cipher is deprecated
warnings. The comment in the gemspec file says that it is locked on this version to preserve Ruby 1.9.3 support.So in order to support Ruby 2.4 we should get rid of Ruby 1.9.3 support first.