mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-07-25 16:03:48 +00:00
5 lines
131 B
Ruby
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
|