heroku / legacy-cli

Heroku CLI
https://cli.heroku.com
MIT License
1.36k stars 381 forks source link

Upgrade net-ssh for better Ruby 2.4 support #2053

Closed mrhead closed 7 years ago

mrhead commented 7 years ago

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.

jdx commented 7 years ago

This project is not under current development