1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00

bump SSHKit dependency

This commit is contained in:
Thomas Kriechbaumer 2014-01-03 11:41:35 +01:00
parent 092c39d598
commit 1a83c72973

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'