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

Skip to content

Commit df85cc2

Browse files
added workaround for FrozenError (see: rubyzip/rubyzip#431)
1 parent cd48562 commit df85cc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ gemspec
2020
end
2121

2222
if ENV['USE_FIXED_GEMS']
23-
['facets'].each do |library|
23+
['facets', 'rubyzip'].each do |library|
2424
library_path = File.expand_path("../#{library}", __dir__)
2525
if Dir.exist?(library_path) && !ENV['USE_GITHUB_REPOSITORY']
2626
gem library, path: library_path

0 commit comments

Comments
 (0)
0