summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2021-06-09 12:03:21 -0700
committerGitHub <noreply@github.com>2021-06-09 12:03:21 -0700
commitbb40220e43adf96561619d41f0a1ef1fe1635012 (patch)
tree2c879a0fc9d47ad59327001eae998dcde5b394d7 /Gemfile
parentc3d5f335a44e68d371f5393f6c7ad08d8de0736c (diff)
downloadchef-bb40220e43adf96561619d41f0a1ef1fe1635012.tar.gz
Add testing of installing knife into the client (#11682)
* Test installing knife gem into the client Let's make sure this works on all platforms Signed-off-by: Tim Smith <tsmith@chef.io> * Remove ed25519 gem from the omnibus install If we can install knife we're good. Signed-off-by: Tim Smith <tsmith@chef.io> * Install knife on everything but RHEL 6 Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index d25f5ef2bf..4872842a5a 100644
--- a/Gemfile
+++ b/Gemfile
@@ -22,7 +22,6 @@ 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