class Bundler::DepProxy

def ==(other)

def ==(other)
  dep == other.dep && __platform == other.__platform
end