capistrano / rvm

MIT License
140 stars 47 forks source link

update capistrano, sshkit dependencies #40

Closed Kosmas closed 10 years ago

Kosmas commented 10 years ago

Updated capistrano dependency to latest version 3.1 and removed sshkit dependency as this is included in the capistrano dependencies (~> 1.3)

At the moment it is not possible to use it with capistrano 3.1. It is also creating a gem conflict when the latest capistrano-rails (1.1) is used as this depends on capistrano 3.1

Kriechi commented 10 years ago

No, already explained in #36

capistrano-rvm depends on a specific version of SSHKit, therefor the dependency is defined in here. Once all capistrano-* gems are released with the pending changes it should be all fine. @kirs could you please check all capistrano-* gems and release a new version if needed.

kirs commented 10 years ago

@Kriechi done!