Skip to content
  • Yorick Peterse's avatar
    Fix requiring the rubyzip Gem · a8cfa8e59ff5
    Yorick Peterse authored
    In commit 6fa5fd8515e0f2d5a6341134560021f353d84362 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`.
    a8cfa8e59ff5
This project manages its dependencies using Bundler. Learn more