summaryrefslogtreecommitdiff
path: root/bin/chef-shell
diff options
context:
space:
mode:
Diffstat (limited to 'bin/chef-shell')
-rwxr-xr-xbin/chef-shell7
1 files changed, 1 insertions, 6 deletions
diff --git a/bin/chef-shell b/bin/chef-shell
index 9b10aa134b..666ce1944c 100755
--- a/bin/chef-shell
+++ b/bin/chef-shell
@@ -3,7 +3,7 @@
# ./chef-shell - Run the Chef REPL (Shell)
#
# Author:: Daniel DeLeo (<dan@kallistec.com>)
-# Copyright:: Copyright (c) 2009
+# Copyright:: Copyright 2009-2018 Chef Software, Inc.
# License:: Apache License, Version 2.0
#
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -18,11 +18,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-begin
- require "rubygems"
-rescue LoadError
-end
-
Encoding.default_external = Encoding::UTF_8
require "irb"