From 37011bca3dac3b64d431a3028108d8eddb9e52e4 Mon Sep 17 00:00:00 2001 From: SHIBATA Hiroshi Date: Wed, 14 Sep 2016 09:30:02 +0900 Subject: [PATCH] Fixed missing constant with rubygems integration. ref. https://travis-ci.org/ruby/rake/jobs/159734476 --- lib/bundler/rubygems_ext.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/bundler/rubygems_ext.rb b/lib/bundler/rubygems_ext.rb index 53a153e560c..608c15745db 100644 --- a/lib/bundler/rubygems_ext.rb +++ b/lib/bundler/rubygems_ext.rb @@ -19,6 +19,7 @@ end require "bundler/match_platform" +require "bundler/plugin/api/source" module Gem @loaded_stacks = Hash.new {|h, k| h[k] = [] }