# File lib/bundler/resolver/spec_group.rb, line 57
      def ==(other)
        return unless other.is_a?(SpecGroup)
        name == other.name &&
          version == other.version &&
          source == other.source
      end