module Bundler::Molinillo::SpecificationProvider

def name_for_explicit_dependency_source

Returns:
  • (String) - the name of the source of explicit dependencies, i.e.
def name_for_explicit_dependency_source
  'user-specified dependency'
end