Skip to content

Commit

Permalink
removed workaround for rubyzip/rubyzip#431
Browse files Browse the repository at this point in the history
  • Loading branch information
taichi-ishitani committed Jun 1, 2020
1 parent 4a1bf38 commit c340962
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gemfile
Expand Up @@ -12,7 +12,7 @@ group :rggen do
instance_eval(File.read(gemfile_path), gemfile_path, 1)

if ENV['USE_FIXED_GEMS'] == 'yes'
['facets', 'rubyzip'].each do |library|
['facets'].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 @@ -22,6 +22,7 @@ group :rggen do
end

gem 'ruby-ole', '>= 1.2.12.2'
gem 'rubyzip', '>= 2.3.0'
gem 'spreadsheet', '>= 1.2.1'
end
end
Expand Down

0 comments on commit c340962

Please sign in to comment.