summaryrefslogtreecommitdiff
path: root/chef.gemspec
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-06-10 08:48:58 -0700
committerTim Smith <tsmith84@gmail.com>2020-06-10 08:48:58 -0700
commit3eee34485b9091cdbb19983a3fd8ffba8ac9f4dc (patch)
treef77205fe99bb7d6967c157ecca1338a39af3b1c9 /chef.gemspec
parent175abc6975ad03dbdbc08b99ec7d5c23e42fd9a2 (diff)
downloadchef-3eee34485b9091cdbb19983a3fd8ffba8ac9f4dc.tar.gz
Allow for the latest net-ssh and ffi 1.13.1
New net-ssh has several important improvements that our users will probably want: * Support empty lines and comments in known_hosts [donoghuc, #742] * Add sha2-{256,512}-etm@openssh.com MAC algorithms [graaff, #714] * curve25519sha256 support [Florian Wininger ,#690] Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'chef.gemspec')
-rw-r--r--chef.gemspec4
1 files changed, 2 insertions, 2 deletions
diff --git a/chef.gemspec b/chef.gemspec
index f72d091d60..69644f0fb5 100644
--- a/chef.gemspec
+++ b/chef.gemspec
@@ -30,9 +30,9 @@ Gem::Specification.new do |s|
s.add_dependency "ffi", ">= 1.9.25"
s.add_dependency "ffi-yajl", "~> 2.2"
- s.add_dependency "net-ssh", ">= 4.2", "< 6"
+ s.add_dependency "net-ssh", ">= 4.2", "< 7"
s.add_dependency "net-ssh-multi", "~> 1.2", ">= 1.2.1"
- s.add_dependency "net-sftp", "~> 2.1", ">= 2.1.2"
+ s.add_dependency "net-sftp", ">= 2.1.2", "< 4.0"
s.add_dependency "ed25519", "~> 1.2" # ed25519 ssh key support
s.add_dependency "bcrypt_pbkdf", "= 1.1.0.rc1" # ed25519 ssh key support
s.add_dependency "highline", ">= 1.6.9", "< 3"