mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-11 01:44:34 +08:00
5e321b761d
Update rubyzip gem to the latest version and enable support for large files [SCI-8267]
5 lines
77 B
Ruby
5 lines
77 B
Ruby
# frozen_string_literal: true
|
|
|
|
require 'zip'
|
|
|
|
Zip.write_zip64_support = true
|