# File lib/librarian/manifest.rb, line 96
    def satisfies?(dependency)
      dependency.requirement.satisfied_by?(version)
    end