1
0
Fork 0
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:
Lee Hambley 2014-01-03 02:52:34 -08:00
commit eadf15248c

View file

@ -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'