# File lib/bundler/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb, line 23
      def requirement_satisfied_by?(requirement, activated, spec)
        with_no_such_dependency_error_handling do
          specification_provider.requirement_satisfied_by?(requirement, activated, spec)
        end
      end