diff options
author | Irving Popovetsky <irving@getchef.com> | 2015-05-05 12:19:49 -0700 |
---|---|---|
committer | Irving Popovetsky <irving@getchef.com> | 2015-05-05 12:19:49 -0700 |
commit | d58d7948e68b31497b5291a0fb08985aa0ebe224 (patch) | |
tree | c12195d31bf28aae1b8d4117b0d2f639f3eee487 | |
parent | 1dfa55fe77fe03cdd90a342a73b4478e1e16d1e8 (diff) | |
download | chef-d58d7948e68b31497b5291a0fb08985aa0ebe224.tar.gz |
Remove a require statement now that we dont need it anymoreirving/streaming_uploader_http_fix
-rw-r--r-- | lib/chef/cookbook_site_streaming_uploader.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/chef/cookbook_site_streaming_uploader.rb b/lib/chef/cookbook_site_streaming_uploader.rb index 1fabba5b2f..0302a51165 100644 --- a/lib/chef/cookbook_site_streaming_uploader.rb +++ b/lib/chef/cookbook_site_streaming_uploader.rb @@ -22,7 +22,6 @@ require 'uri' require 'net/http' require 'mixlib/authentication/signedheaderauth' require 'openssl' -require 'chef/http/ssl_policies' class Chef # == Chef::CookbookSiteStreamingUploader |