From 03888423b9866d6ea6120ed9246ef0997d2a189b Mon Sep 17 00:00:00 2001 From: taichi Date: Wed, 5 Feb 2020 12:24:00 +0900 Subject: [PATCH] added workaround for FrozenError (see: rubyzip/rubyzip#431) --- Gemfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 8bc2596..67341ec 100644 --- a/Gemfile +++ b/Gemfile @@ -15,7 +15,7 @@ gemspec end if ENV['USE_FIXED_GEMS'] - ['facets'].each do |library| + ['facets', 'rubyzip'].each do |library| library_path = File.expand_path("../#{library}", __dir__) if Dir.exist?(library_path) && !ENV['USE_GITHUB_REPOSITORY'] gem library, path: library_path @@ -25,7 +25,6 @@ if ENV['USE_FIXED_GEMS'] end gem 'ruby-ole', '>= 1.2.12.2' - gem 'rubyzip', '>= 1.2.3' gem 'spreadsheet', '>= 1.2.1' end