Closed Kulgar closed 10 years ago
Ok! Apparently I managed to find and solve the problem.
It seems that during bundle update, bundler updated sshkit to 1.3.0 because of one of the Capistrano Gems. When I tried to force the gems to use the 1.2.0 version, there were still trying to load sshkit 1.3.0. I had to remove it from my Gems:
$ gem uninstall sshkit -v 1.3.0
Now it is working properly.
Hi!
I'm getting this error when trying to deploy:
Unable to activate capistrano-rvm-0.1.0, because sshkit-1.3.0 conflicts with sshkit (~> 1.2.0)
Here are the versions of my gems (from Gemfile.lock):
Strange things is that none of those Gems require sshkit 1.3.0. I also veryfied the dependencies of my other Gems, they don't require sshkit.
Here is the full trace:
Would you know what's going on?
Thanks. :)