summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2021-06-07 08:20:48 -0700
committerTim Smith <tsmith@chef.io>2021-06-07 08:20:48 -0700
commit93a4a059eac04329515c34993f42b2cc80b5be0d (patch)
tree59e29851e80b50306f880c604f6eee9e3942d451
parentc66c37b7dd2dc0413d8d98885d4ad7b6ef604016 (diff)
downloadchef-93a4a059eac04329515c34993f42b2cc80b5be0d.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