diff options
author | elijah <elijah@riseup.net> | 2014-05-20 14:19:43 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2014-05-20 14:19:43 -0700 |
commit | 1161c65b23c218726d4aba85d777193af1ea4aae (patch) | |
tree | 61cae312848cca41218c96f71c72b11c20c6a4dd /leap_cli.gemspec | |
parent | d99379c0e885b2ae26f3cd6a9631a51b431adc7a (diff) | |
download | leap_cli-1161c65b23c218726d4aba85d777193af1ea4aae.tar.gz leap_cli-1161c65b23c218726d4aba85d777193af1ea4aae.tar.bz2 |
ssh: modified yet again how ssh is used. pin to a newer version of capistrano that i think handles ~/.ssh/config better, and explicitly specify that ~/.ssh/config should be loaded for Net::SSH connections.
Diffstat (limited to 'leap_cli.gemspec')
-rw-r--r-- | leap_cli.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/leap_cli.gemspec b/leap_cli.gemspec index a2f197d..829309a 100644 --- a/leap_cli.gemspec +++ b/leap_cli.gemspec @@ -56,7 +56,7 @@ spec = Gem::Specification.new do |s| s.add_runtime_dependency('tee') # network gems - s.add_runtime_dependency('capistrano', '~> 2.13.5') + s.add_runtime_dependency('capistrano', '~> 2.15.5') #s.add_runtime_dependency('supply_drop') # ^^ currently vendored |