summaryrefslogtreecommitdiff
path: root/knife/knife.gemspec
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2021-10-05 16:04:19 -0700
committerTim Smith <tsmith84@gmail.com>2021-10-05 16:04:45 -0700
commit956067ca37ec894ccf2a389a0d197084cf843ea9 (patch)
tree953290dc73defa195215e2589f4f2d3802ae4001 /knife/knife.gemspec
parentf02bbdb0efe742a144d528378545b17f1e79d27c (diff)
downloadchef-956067ca37ec894ccf2a389a0d197084cf843ea9.tar.gz
Move ed25519 dep into the gemfile
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'knife/knife.gemspec')
-rw-r--r--knife/knife.gemspec1
1 files changed, 0 insertions, 1 deletions
diff --git a/knife/knife.gemspec b/knife/knife.gemspec
index 85c93bbdc4..d121343211 100644
--- a/knife/knife.gemspec
+++ b/knife/knife.gemspec
@@ -28,7 +28,6 @@ Gem::Specification.new do |s|
s.add_dependency "ffi-yajl", "~> 2.2"
s.add_dependency "net-ssh", ">= 5.1", "< 7"
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
# disabling this until we get get it to compile on RHEL 7
# s.add_dependency "x25519", ">= 1.0.9" # ed25519 KEX module. 1.0.9+ required to resolve sigill failures