module Bundler::Molinillo::Delegates::SpecificationProvider

def dependencies_for(specification)

(see Bundler::Molinillo::SpecificationProvider#dependencies_for)
def dependencies_for(specification)
  with_no_such_dependency_error_handling do
    specification_provider.dependencies_for(specification)
  end
end