# File lib/warbler/gems.rb, line 26
    def +(other)
      other.each {|g| self[g] ||= ANY_VERSION }
      self
    end