Method: Bundler::Source#double_check_for
- Defined in:
- lib/bundler/source.rb
permalink #double_check_for ⇒ Object
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.
55 |
# File 'lib/bundler/source.rb', line 55 def double_check_for(*); end |