Method not available on this version
This method is only available on newer versions.
The first available version (v2_6_3) is shown here.
activate_new_spec()
private
Add the current {#possibility} to the
dependency graph of the current {#state} @return [void]
# File lib/bundler/vendor/molinillo/lib/molinillo/resolution.rb, line 725
def activate_new_spec
conflicts.delete(name)
debug(depth) { "Activated #{name} at #{possibility}" }
activated.set_payload(name, possibility)
require_nested_dependencies_for(possibility)
end