class Bundler::Resolver
def other_possible?(conflict, states)
def other_possible?(conflict, states) return unless conflict state = states.detect { |i| i.name == conflict.name } state && state.possibles.any? end
def other_possible?(conflict, states) return unless conflict state = states.detect { |i| i.name == conflict.name } state && state.possibles.any? end