class Bundler::Checksum

def same_source?(other)

def same_source?(other)
  sources.include?(other.sources.first)
end