# File lib/bundler/fetcher.rb, line 98 def specs_with_retry(gem_names, source) Bundler::Retry.new("fetcher").attempts do specs(gem_names, source) end end