# File lib/librarian/manifest_set.rb, line 107 def consistent? index.values.all? do |manifest| in_compliance_with?(manifest.dependencies) end end