diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2016-02-09 13:55:39 -0800 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2016-02-09 13:55:39 -0800 |
commit | 6e434aa997312538302b9c87dda479840cb47f46 (patch) | |
tree | cb04f04529918c2fe1a4d78a576dcc7c27ed2090 /lib/chef/cookbook | |
parent | 995d4893f0d29667acb62b9fdeed8da72b28222a (diff) | |
download | chef-6e434aa997312538302b9c87dda479840cb47f46.tar.gz |
remove now-unnecessary require
Diffstat (limited to 'lib/chef/cookbook')
-rw-r--r-- | lib/chef/cookbook/gem_installer.rb | 1 |
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 |