# File lib/bundler/index.rb, line 134 def ==(other) all? do |spec| other_spec = other[spec].first other_spec && (spec.dependencies & other_spec.dependencies).empty? && spec.source == other_spec.source end end