(see Gem::Resolver::Molinillo::SpecificationProvider#dependencies_for)
# File lib/rubygems/resolver/molinillo/lib/molinillo/delegates/specification_provider.rb, line 15
def dependencies_for(specification)
with_no_such_dependency_error_handling do
specification_provider.dependencies_for(specification)
end
end