From 981f2fa83950de9f615846aaeed4a1b5f367a1de Mon Sep 17 00:00:00 2001 From: taichi Date: Wed, 5 Feb 2020 12:45:54 +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 cfcf020..284b5d6 100644 --- a/Gemfile +++ b/Gemfile @@ -22,7 +22,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 @@ -32,7 +32,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