summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-06-23 13:08:28 -0700
committerTim Smith <tsmith84@gmail.com>2020-06-23 13:08:28 -0700
commit8b6bea70fe55d466d3ba41e87d799a9b18837ba2 (patch)
treed138e5d83f360828989ac609543f32c24401541c /Gemfile
parentac57672e9a1fcb2b1d22b7045f278889bfeabe01 (diff)
downloadchef-8b6bea70fe55d466d3ba41e87d799a9b18837ba2.tar.gz
Pull in the latest net-ssh/net-sftp & remove the http2 dep in chef-telemetry
This expands our SSH support and the telemetry update slims the package down slightly. 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 bf8cef49c5..2832a9b426 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"