Skip to content

Commit

Permalink
added workaround for FrozenError (see: rubyzip/rubyzip#431)
Browse files Browse the repository at this point in the history
  • Loading branch information
taichi-ishitani committed Feb 5, 2020
1 parent cd48562 commit df85cc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -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
Expand Down

0 comments on commit df85cc2

Please sign in to comment.