# File lib/bundler/spec_set.rb, line 7
    def initialize(specs)
      @specs = specs.sort_by { |s| s.name }
    end