Class | Bundler::Resolver |
In: |
lib/bundler/resolver.rb
|
Parent: | Object |
ALL | = | Bundler::Dependency::PLATFORM_MAP.values.uniq.freeze |
errors | [R] | |
iteration_counter | [R] | |
iteration_rate | [R] | |
started_at | [R] |
Figures out the best possible configuration of gems that satisfies the list of passed dependencies and any child dependencies without causing any gem activation errors.
*dependencies<Gem::Dependency>: | The list of dependencies to resolve |
<GemBundle>,nil: | If the list of dependencies can be resolved, a |
collection of gemspecs is returned. Otherwise, nil is returned.