diff options
author | danielsdeleo <dan@getchef.com> | 2014-11-26 12:41:42 -0800 |
---|---|---|
committer | danielsdeleo <dan@getchef.com> | 2014-11-26 12:41:42 -0800 |
commit | a0c294d8d1b6b0323d3c01265e824deb8a5d972d (patch) | |
tree | 1b1f02d5732b1400dbc9854d5de1796ff89b145d /lib/chef/http.rb | |
parent | 45167319996c4fc7e65351a459ae2ee8a5960b31 (diff) | |
download | chef-a0c294d8d1b6b0323d3c01265e824deb8a5d972d.tar.gz |
Remove 1.8 and 1.9 specific monkey patches
Diffstat (limited to 'lib/chef/http.rb')
-rw-r--r-- | lib/chef/http.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/chef/http.rb b/lib/chef/http.rb index ee951bd675..8d00a38dc1 100644 --- a/lib/chef/http.rb +++ b/lib/chef/http.rb @@ -25,7 +25,6 @@ require 'tempfile' require 'net/https' require 'uri' require 'chef/http/basic_client' -require 'chef/monkey_patches/string' require 'chef/monkey_patches/net_http' require 'chef/config' require 'chef/platform/query_helpers' |