Using rubyzip error - no such file to load — zip/zip

后端 未结 7 1825
梦谈多话
梦谈多话 2020-12-06 09:37

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

7条回答
  •  既然无缘
    2020-12-06 09:55

    When upgrading rubyzip to 1.0.0 change require 'zip/zip' to require 'zip'.

    https://stackoverflow.com/a/19506372/567399

提交回复
热议问题