mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
Bump SSHKit dependency to 1.9.0 final
This commit is contained in:
parent
42e0537a8d
commit
092448ad1d
2 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@ Other changes:
|
|||
* Removed the post-install message (@Kriechi)
|
||||
* Refactor `Configuration::Filter` to use filtering strategies instead
|
||||
of case statements (@cshaffer)
|
||||
* Old versions of SSHKit (before 1.7.1) are no longer supported
|
||||
* Old versions of SSHKit (before 1.9.0) are no longer supported
|
||||
* Drop support for Ruby 1.9.3 (Capistrano may still work with 1.9.3, but it is
|
||||
no longer officially supported)
|
||||
* Added new runtime option `--print-config-variables` that inspect all defined config variables in order to assist development of new capistrano tasks (@gerardo-navarro)
|
||||
|
|
|
@ -23,7 +23,7 @@ Gem::Specification.new do |gem|
|
|||
gem.add_dependency "airbrussh", ">= 1.0.0"
|
||||
gem.add_dependency "i18n"
|
||||
gem.add_dependency "rake", ">= 10.0.0"
|
||||
gem.add_dependency "sshkit", ">= 1.9.0.rc1"
|
||||
gem.add_dependency "sshkit", ">= 1.9.0"
|
||||
|
||||
gem.add_development_dependency "rspec"
|
||||
gem.add_development_dependency "mocha"
|
||||
|
|
Loading…
Add table
Reference in a new issue