Skip to content
Unverified Commit d72dcf17 authored by Yorick Peterse's avatar Yorick Peterse
Browse files

Fix requiring the rubyzip Gem

In commit 6fa5fd85 the `require: false`
was removed to ensure the Gem was loaded at run time. Unfortunately, the
`require` necessary for the rubyzip Gem is "zip" and not "rubyzip". As a
result, Bundler would not require the Gem. This meant that we would
still run into constant errors when referring to `Zip::File`.
parent 900a3a8a
Loading
Loading
Loading