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/application | |
parent | 45167319996c4fc7e65351a459ae2ee8a5960b31 (diff) | |
download | chef-a0c294d8d1b6b0323d3c01265e824deb8a5d972d.tar.gz |
Remove 1.8 and 1.9 specific monkey patches
Diffstat (limited to 'lib/chef/application')
-rw-r--r-- | lib/chef/application/knife.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/chef/application/knife.rb b/lib/chef/application/knife.rb index ca5a9c9900..1a19a45598 100644 --- a/lib/chef/application/knife.rb +++ b/lib/chef/application/knife.rb @@ -20,7 +20,6 @@ require 'chef/application' require 'mixlib/log' require 'ohai/config' require 'chef/monkey_patches/net_http.rb' -require 'chef/monkey_patches/uri.rb' class Chef::Application::Knife < Chef::Application |