diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-05-05 22:09:41 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-05-05 22:09:41 -0700 |
commit | e515ec1e30f57c4ab166061fe709b7decb8d4f66 (patch) | |
tree | 7b22d250e1f099dbe7a8dd03844896c7e6d227ad /Gemfile | |
parent | ec53e5ff30344216700ae42f72883477661feb91 (diff) | |
download | chef-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-- | Gemfile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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" |