module Gem::Resolver::Molinillo::Delegates::SpecificationProvider

def allow_missing?(dependency)

(see Gem::Resolver::Molinillo::SpecificationProvider#allow_missing?)
def allow_missing?(dependency)
  with_no_such_dependency_error_handling do
    specification_provider.allow_missing?(dependency)
  end
end