# File lib/bundler/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb, line 58
      def allow_missing?(dependency)
        with_no_such_dependency_error_handling do
          specification_provider.allow_missing?(dependency)
        end
      end