Class | Bundler::Resolver |
In: |
lib/bundler/resolver.rb
|
Parent: | Object |
errors | [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.