scinote-web/config/initializers/rubyzip.rb
Soufiane 5e321b761d
Enable support of files larger than 4GB in zip [SCI-8267] (#5278)
Update rubyzip gem to the latest version and enable support for large files [SCI-8267]
2023-04-11 11:36:27 +02:00

6 lines
77 B
Ruby

# frozen_string_literal: true
require 'zip'
Zip.write_zip64_support = true