I am using ruby 1.8.7 (2013-06-27 patchlevel 374) [i686-darwin14]
. When I try to install the capistrano gem I get the following error:
sudo gem install capistrano -v2.13.5
ERROR: Error installing capistrano:
net-ssh requires Ruby version >= 2.0.
AFAIK capistrano 2.13.5
should be compatible with ruby 1.8.7
How can I install capistrano v2.13.5
with ruby 1.8.7
(<2.0) installed?