diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2014-10-14 13:22:42 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2014-10-14 13:24:16 -0700 |
commit | 7132bcc206c3cd530914976f026173088352a970 (patch) | |
tree | d0749b42f7908d316f756c42a14b6a0568f1bd5e | |
parent | 72f13fd58353b69fcf0f686a14cb52f8b29991a4 (diff) | |
download | chef-lcg/remove-shellout-require.tar.gz |
remove chef/shell_out deplcg/remove-shellout-require
seems like we can drop this require for chef-12
-rw-r--r-- | lib/chef/mixin/shell_out.rb | 4 |
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 |