diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-05-29 10:30:49 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-05-29 10:30:49 -0700 |
commit | a5c3951fa017c18ce4a5e12f14e9b77d141ae329 (patch) | |
tree | 2f4ef9b49b309489062a7524fa98251d0051ee41 /Gemfile | |
parent | c46961dce646c184a4e96eda15c1127a2bd406f5 (diff) | |
download | chef-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-- | Gemfile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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" |