Whenever I cap production deploy
, I get the following error:
(Backtrace restricted to imported tasks)
cap aborted!
NameError: uninitialized constant SSHKit::Logger::ANY
Capfile:
require 'capistrano/setup'
require 'capistrano/deploy'
require "capistrano/scm/git" #If using 3.9.0
install_plugin Capistrano::SCM::Git #If using 3.9.0
myproject.rb: https://gist.github.com/LeoNero/f34d59c60eb169dc83e9612283253ee6
I'm using SSHKit 1.7.1 and Capistrano 3.4.0 (I've tested with 3.90 and 3.5.0 and I get the same error...)
How can I solve it?