Files
gitlab-foss/config/initializers/rubyzip.rb
2022-02-01 18:17:05 +00:00

5 lines
131 B
Ruby

# frozen_string_literal: true
#
# Zip64 is needed to support archives with more than 65535 entries.
Zip.write_zip64_support = true