diff options
Diffstat (limited to 'lib/bundler/runtime.rb')
-rw-r--r-- | lib/bundler/runtime.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/bundler/runtime.rb b/lib/bundler/runtime.rb index 32356ede96..46d33e922c 100644 --- a/lib/bundler/runtime.rb +++ b/lib/bundler/runtime.rb @@ -247,6 +247,7 @@ module Bundler source_index_class = (class << Gem::SourceIndex ; self ; end) source_index_class.send(:define_method, :from_gems_in) do |*args| source_index = Gem::SourceIndex.new + source_index.spec_dirs = *args source_index.add_specs *specs source_index end |