summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2021-06-07 08:20:48 -0700
committerJohn McCrae <john.mccrae@progress.com>2021-06-14 19:01:10 -0700
commit7958904f069fb30b5d35aa59cab040b0e2e8621f (patch)
treef86243cd4a38662922847b255cb0e2c096f6d4f3
parentd94b96583978cbb2339acbca6ad9806620a9cfde (diff)
downloadchef-7958904f069fb30b5d35aa59cab040b0e2e8621f.tar.gz
Add ed25519 gem back to the omnibus install
This lets folks workaround not having knife by installing it back on windows. This gets removed in 18. Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 4872842a5a..d25f5ef2bf 100644
--- a/Gemfile
+++ b/Gemfile
@@ -22,6 +22,7 @@ group(:omnibus_package) do
gem "rb-readline"
gem "inspec-core-bin", "~> 4.24" # need to provide the binaries for inspec
gem "chef-vault"
+ gem "ed25519", "~> 1.2" # to make it possible to install knife into chef. Remove this in Chef 18
end
group(:omnibus_package, :pry) do