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 66f8fc0 commit 8dfc615
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Gemfile
Expand Up @@ -12,14 +12,16 @@ 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
else
gem library, git: "https://github.com/taichi-ishitani/#{library}.git"
end
end

gem 'rubyzip', '>= 2.3.0'
end
end

Expand Down

0 comments on commit 8dfc615

Please sign in to comment.