method
handle_missing_or_push_dependency_state
ruby latest stable - Class:
Bundler::Molinillo::Resolver::Resolution
handle_missing_or_push_dependency_state(state)private
Pushes a new {DependencyState}. If the {#specification_provider} says to {SpecificationProvider#allow_missing?} that particular requirement, and there are no possibilities for that requirement, then `state` is not pushed, and the vertex in {#activated} is removed, and we continue resolving the remaining requirements. @param [DependencyState] state @return [void]