# File lib/bundler/source.rb, line 112
    def initialize(bundle, options = {})
      super
      @source = Gem::SourceIndex.from_installed_gems
    end