method

handle_missing_or_push_dependency_state

ruby latest stable - Class: Bundler::Molinillo::Resolver::Resolution

Method not available on this version

This method is only available on newer versions. The first available version (v2_6_3) is shown here.

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]