summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2016-02-09 13:55:39 -0800
committerLamont Granquist <lamont@scriptkiddie.org>2016-02-09 13:55:39 -0800
commit6e434aa997312538302b9c87dda479840cb47f46 (patch)
treecb04f04529918c2fe1a4d78a576dcc7c27ed2090
parent995d4893f0d29667acb62b9fdeed8da72b28222a (diff)
downloadchef-6e434aa997312538302b9c87dda479840cb47f46.tar.gz
remove now-unnecessary require
-rw-r--r--lib/chef/cookbook/gem_installer.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/chef/cookbook/gem_installer.rb b/lib/chef/cookbook/gem_installer.rb
index 5b3014d449..8817bbf60f 100644
--- a/lib/chef/cookbook/gem_installer.rb
+++ b/lib/chef/cookbook/gem_installer.rb
@@ -15,7 +15,6 @@
# limitations under the License.
#
-require "tmpdir"
require "bundler/inline"
class Chef