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 975d262 commit 0388842
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Gemfile
Expand Up @@ -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
Expand All @@ -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

Expand Down

0 comments on commit 0388842

Please sign in to comment.