summaryrefslogtreecommitdiff
path: root/config/initializers/rubyzip.rb
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