# File lib/bundler/rubygems_integration.rb, line 89
    def fetch_specs(all, pre, &blk)
      Gem::SpecFetcher.new.list(all, pre).each(&blk)
    end