Welcome to mirror list, hosted at ThFree Co, Russian Federation.

rubyzip.rb « initializers « config - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 622abc2e9d8c5a0b7343a38d0b5ccdd02ffeb42b (plain)
1
2
3
4
# frozen_string_literal: true
#
# Zip64 is needed to support archives with more than 65535 entries.
Zip.write_zip64_support = true