From 7132bcc206c3cd530914976f026173088352a970 Mon Sep 17 00:00:00 2001 From: Lamont Granquist Date: Tue, 14 Oct 2014 13:22:42 -0700 Subject: remove chef/shell_out dep seems like we can drop this require for chef-12 --- lib/chef/mixin/shell_out.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/chef/mixin/shell_out.rb b/lib/chef/mixin/shell_out.rb index 82772b584a..5b05e788db 100644 --- a/lib/chef/mixin/shell_out.rb +++ b/lib/chef/mixin/shell_out.rb @@ -15,10 +15,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -# chef/shell_out has been deprecated in favor of mixlib/shellout -# chef/shell_out is still required here to ensure backward compatibility -require 'chef/shell_out' - require 'mixlib/shellout' class Chef -- cgit v1.2.1