diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2016-02-23 14:28:37 -0800 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2016-02-23 14:28:37 -0800 |
commit | b9eb98b827a892f1737194ae02a7887cf491e21a (patch) | |
tree | 521e40629ecec787cf5fb727f610c04e3e1cddba /lib/chef/cookbook | |
parent | c26fee12bd2964e0942413509b6de8c72f29b0b9 (diff) | |
download | chef-b9eb98b827a892f1737194ae02a7887cf491e21a.tar.gz |
need to require bundlerlcg/rfc-060-gem-metadata
for Bundler::UI
Diffstat (limited to 'lib/chef/cookbook')
-rw-r--r-- | lib/chef/cookbook/gem_installer.rb | 1 |
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 |