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
When upgrading rubyzip to 1.0.0 change require 'zip/zip' to require 'zip'.
require 'zip/zip'
require 'zip'
https://stackoverflow.com/a/19506372/567399