From df85cc2d0375587ef513e6423eef6b87842ee9dd Mon Sep 17 00:00:00 2001 From: taichi Date: Wed, 5 Feb 2020 12:42:16 +0900 Subject: [PATCH] added workaround for FrozenError (see: rubyzip/rubyzip#431) --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 01e7113..360916f 100644 --- a/Gemfile +++ b/Gemfile @@ -20,7 +20,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