class Bundler::CompactIndexClient

def sequentially

def sequentially
  @sequentially ||= lambda do |inputs, &blk|
    inputs.map(&blk)
  end
end