Method: Bundler::Source#double_check_for

Defined in:
lib/bundler/source.rb

#double_check_forObject

it’s possible that gems from one source depend on gems from some other source, so now we download gemspecs and iterate over those dependencies, looking for gems we don’t have info on yet.

[View source]

55
# File 'lib/bundler/source.rb', line 55

def double_check_for(*); end