summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2021-08-04 10:43:37 -0700
committerTim Smith <tsmith@chef.io>2021-08-04 10:43:37 -0700
commit8d726e634a8fbd641d9074e21ea6c256fbc27714 (patch)
tree92641645609d988de33abfc580101541b915daa0
parent9d6571decdd5697f9a5de10e536aa5880b82400e (diff)
downloadchef-8d726e634a8fbd641d9074e21ea6c256fbc27714.tar.gz
Add x25519 dependency back to knife
The failures in this gem have been resolved. Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--knife/knife.gemspec3
1 files changed, 1 insertions, 2 deletions
diff --git a/knife/knife.gemspec b/knife/knife.gemspec
index 6684c2f3bf..3b7f62e48f 100644
--- a/knife/knife.gemspec
+++ b/knife/knife.gemspec
@@ -30,8 +30,7 @@ Gem::Specification.new do |s|
s.add_dependency "net-ssh-multi", "~> 1.2", ">= 1.2.1"
s.add_dependency "ed25519", "~> 1.2" # ed25519 ssh key support
s.add_dependency "bcrypt_pbkdf", "~> 1.1" # ed25519 ssh key support
- # we can't use this gem until illegal instruction issues are resolved
- # s.add_dependency "x25519" # ed25519 KEX module
+ s.add_dependency "x25519", ">= 1.0.9" # ed25519 KEX module. 1.0.9+ required to resolve sigill failures
s.add_dependency "highline", ">= 1.6.9", "< 3" # Used in UI to present a list, no other usage.
s.add_dependency "tty-prompt", "~> 0.21" # knife ui.ask prompt