docx icon indicating copy to clipboard operation
docx copied to clipboard

LoadError: cannot load such file -- zip

Open kgish opened this issue 9 years ago • 0 comments

I have the following code:

Gemfile

gem 'docx', '~> 0.2.07'

Rake task

require 'docx'
 docx = Docx::Document.open(template_docx)
...

And I get the following error:

LoadError: cannot load such file -- zip

Am I doing something wrong?

kgish avatar Sep 19 '16 12:09 kgish