summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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