# File lib/librarian/dependency.rb, line 136 def consistent_with?(other) name != other.name || requirement.consistent_with?(other.requirement) end