summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-05-05 22:09:41 -0700
committerTim Smith <tsmith84@gmail.com>2020-05-05 22:09:41 -0700
commite515ec1e30f57c4ab166061fe709b7decb8d4f66 (patch)
tree7b22d250e1f099dbe7a8dd03844896c7e6d227ad /Gemfile
parentec53e5ff30344216700ae42f72883477661feb91 (diff)
downloadchef-e515ec1e30f57c4ab166061fe709b7decb8d4f66.tar.gz
Pin chef-telementry to 1.0.3 to avoid ffi build breakage
The latest chef-telemetry gem brings in http 4 which brings in a pile off FFI gems that break the builds. Pin until the http dep is removed from the telemtry gem https://github.com/chef/chef-telemetry/issues/32. This also speeds up how to bundle our gems to match what the Workstation team did to speed up the job. Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 010dccc7c2..8201fceb69 100644
--- a/Gemfile
+++ b/Gemfile
@@ -22,6 +22,9 @@ 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"
+
group(:omnibus_package) do
gem "appbundler"
gem "rb-readline"