diff options
author | Tim Smith <tsmith@chef.io> | 2021-05-03 10:53:34 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2021-05-03 10:53:34 -0700 |
commit | 655e052f8dadb8be65fc94152bcc2c866c74b602 (patch) | |
tree | 1365254efcb42d1ace29ec549562ad4d6a6270b1 /Gemfile | |
parent | a8aab2afc90d0b404e109d31db0b9e8b18c3adbf (diff) | |
download | chef-655e052f8dadb8be65fc94152bcc2c866c74b602.tar.gz |
Remove knife deps from the chef gemspec
This should help us slim the size of the install down and it should also greatly speed up testing anything that deps directly on chef.
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -22,8 +22,6 @@ end gem "cheffish", ">= 17" -gem "chef-telemetry", ">=1.0.8" # 1.0.8 removes the http dep - group(:omnibus_package) do gem "appbundler" gem "rb-readline" |