diff options
author | Tim Smith <tsmith@chef.io> | 2021-06-07 08:20:48 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2021-06-07 08:20:48 -0700 |
commit | 93a4a059eac04329515c34993f42b2cc80b5be0d (patch) | |
tree | 59e29851e80b50306f880c604f6eee9e3942d451 /Gemfile | |
parent | c66c37b7dd2dc0413d8d98885d4ad7b6ef604016 (diff) | |
download | chef-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>
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |