8000 added workaround for FrozenError (see: rubyzip/rubyzip#431) · rggen/rggen-spreadsheet-loader@0388842 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0388842

Browse files
added workaround for FrozenError (see: rubyzip/rubyzip#431)
1 parent 975d262 commit 0388842

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Gemfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ gemspec
1515
end
1616

1717
if ENV['USE_FIXED_GEMS']
18-
['facets'].each do |library|
18+
['facets', 'rubyzip'].each do |library|
1919
library_path = File.expand_path("../#{library}", __dir__)
2020
if Dir.exist?(library_path) && !ENV['USE_GITHUB_REPOSITORY']
2121
gem library, path: library_path
@@ -25,7 +25,6 @@ if ENV['USE_FIXED_GEMS']
2525
end
2626

2727
gem 'ruby-ole', '>= 1.2.12.2'
28-
gem 'rubyzip', '>= 1.2.3'
2928
gem 'spreadsheet', '>= 1.2.1'
3029
end
3130

0 commit comments

Comments
 (0)
0