mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
Merge pull request #856 from Kriechi/bump_sshkit
bump SSHKit dependency
This commit is contained in:
commit
eadf15248c
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ Capistrano 3.1 has some breaking changes, like `deploy:restart` callback should
|
|||
If you're upgrading Capistrano from 2.x, we recommend to read the upgrade guide: http://goo.gl/4536kB
|
||||
eos
|
||||
|
||||
gem.add_dependency 'sshkit', '>= 0.0.23'
|
||||
gem.add_dependency 'sshkit', '~> 1.3'
|
||||
gem.add_dependency 'rake', '>= 10.0.0'
|
||||
gem.add_dependency 'i18n'
|
||||
|
||||
|
|
Loading…
Reference in a new issue