class Bundler::Molinillo::Resolver

def resolve(requested, base = DependencyGraph.new)

Parameters:
  • base (DependencyGraph, nil) -- the base dependency graph to which
  • requested (Array) -- an array of 'requested' dependencies that the
def resolve(requested, base = DependencyGraph.new)
  Resolution.new(specification_provider,
                 resolver_ui,
                 requested,
                 base).
    resolve
end