# File lib/bundler/rubygems_ext.rb, line 161
    def ==(o)
      dep == o.dep && __platform == o.__platform
    end