Skip to content

Commit

Permalink
Merge pull request capistrano#856 from Kriechi/bump_sshkit
Browse files Browse the repository at this point in the history
bump SSHKit dependency
  • Loading branch information
leehambley committed Jan 3, 2014
2 parents 092c39d + 1a83c72 commit eadf152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion capistrano.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit eadf152

Please sign in to comment.