# File lib/bundler/spec_set.rb, line 12
    def initialize(specs)
      @specs = specs.sort_by(&:name)
    end