I\'ve been using capistrano successfully for a while now and all of a sudden in every project I\'ve lost the ability to deploy.
Environment:
This snippet works for me:
group :development do #..... gem 'capistrano', "~> 2.15" gem "net-ssh", "~> 2.7.0" #..... end