summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2016-02-23 14:28:37 -0800
committerLamont Granquist <lamont@scriptkiddie.org>2016-02-23 14:28:37 -0800
commitb9eb98b827a892f1737194ae02a7887cf491e21a (patch)
tree521e40629ecec787cf5fb727f610c04e3e1cddba
parentc26fee12bd2964e0942413509b6de8c72f29b0b9 (diff)
downloadchef-lcg/rfc-060-gem-metadata.tar.gz
need to require bundlerlcg/rfc-060-gem-metadata
for Bundler::UI
-rw-r--r--lib/chef/cookbook/gem_installer.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/chef/cookbook/gem_installer.rb b/lib/chef/cookbook/gem_installer.rb
index 8817bbf60f..a85868ccfd 100644
--- a/lib/chef/cookbook/gem_installer.rb
+++ b/lib/chef/cookbook/gem_installer.rb
@@ -15,6 +15,7 @@
# limitations under the License.
#
+require "bundler"
require "bundler/inline"
class Chef