summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2021-05-03 10:53:34 -0700
committerTim Smith <tsmith@chef.io>2021-05-03 10:53:34 -0700
commit655e052f8dadb8be65fc94152bcc2c866c74b602 (patch)
tree1365254efcb42d1ace29ec549562ad4d6a6270b1 /Gemfile
parenta8aab2afc90d0b404e109d31db0b9e8b18c3adbf (diff)
downloadchef-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--Gemfile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index d6361e9f91..d90d0625cd 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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"