summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-05-29 10:30:49 -0700
committerTim Smith <tsmith84@gmail.com>2020-05-29 10:30:49 -0700
commita5c3951fa017c18ce4a5e12f14e9b77d141ae329 (patch)
tree2f4ef9b49b309489062a7524fa98251d0051ee41 /Gemfile
parentc46961dce646c184a4e96eda15c1127a2bd406f5 (diff)
downloadchef-a5c3951fa017c18ce4a5e12f14e9b77d141ae329.tar.gz
Update chef-telemetry to 1.0.8 and InSpec to 4.19dep_bumps
Pin chef-telemetry since we want to avoid the dep on http Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index 8201fceb69..ad965e6e24 100644
--- a/Gemfile
+++ b/Gemfile
@@ -22,8 +22,7 @@ end
gem "cheffish", ">= 14"
-# avoid bringing in the new http 4 gem that comes with other ffi baggage which breaks builds
-gem "chef-telemetry", "=1.0.3"
+gem "chef-telemetry", ">=1.0.8" # 1.0.8 removes the http dep
group(:omnibus_package) do
gem "appbundler"