I know there is another thread on this subject but I still face this problem even after using all solutions. Is there any other way to generate zip files? Can i use Ubuntu s
In my case I was needed to change from
Zip::File.open(...)
to
Zip::ZipFile.open(...)
of course I need to also add this to Gemfile:
gem 'rubyzip', :require => 'zip/zip'