| Class | Bundler::Molinillo::NoSuchDependencyError |
| In: |
lib/bundler/vendor/molinillo/lib/molinillo/errors.rb
|
| Parent: | ResolverError |
An error caused by searching for a dependency that is completely unknown, i.e. has no versions available whatsoever.
| dependency | [RW] | @return [Object] the dependency that could not be found |
| required_by | [RW] | @return [Array<Object>] the specifications that depended upon {dependency} |