Skip to content

Commit

Permalink
Install zipruby on mac development
Browse files Browse the repository at this point in the history
  • Loading branch information
KitaitiMakoto committed Nov 3, 2024
1 parent e4fca4f commit ce357eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion epub-parser.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Gem::Specification.new do |s|

s.add_development_dependency 'rake'
s.add_development_dependency 'rubygems-tasks'
s.add_development_dependency 'zipruby' unless RUBY_PLATFORM.match /mingw|arm64-darwin/
s.add_development_dependency 'zipruby'
s.add_development_dependency 'rubyzip', '>= 2.0.0'
s.add_development_dependency 'test-unit'
s.add_development_dependency 'test-unit-rr'
Expand Down

0 comments on commit ce357eb

Please sign in to comment.