summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2014-10-16 10:11:18 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2014-10-16 10:11:18 -0700
commitb80ababcfe48bb53bf745100d18a55381c6a9f45 (patch)
treeac2c96231422fd86c68541083b24838e2753320b
parent4572683ab3d49f9c4cef5e54f0bdab624c6e1d0c (diff)
parent7132bcc206c3cd530914976f026173088352a970 (diff)
downloadchef-b80ababcfe48bb53bf745100d18a55381c6a9f45.tar.gz
Merge pull request #2231 from opscode/lcg/remove-shellout-require
remove chef/shell_out dep
-rw-r--r--lib/chef/mixin/shell_out.rb4
1 files changed, 0 insertions, 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