mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
Force a newer version of SSHKit
This commit is contained in:
parent
1c65d210ad
commit
78073ed75a
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ Gem::Specification.new do |gem|
|
|||
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
|
||||
gem.require_paths = ["lib"]
|
||||
|
||||
gem.add_dependency 'sshkit'
|
||||
gem.add_dependency 'sshkit', '>= 0.0.23'
|
||||
gem.add_dependency 'rake', '>= 10.0.0'
|
||||
gem.add_dependency 'i18n'
|
||||
|
||||
|
|
Loading…
Reference in a new issue