Skip to content

Commit

Permalink
Allow rubyzip 2 for development (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
felixbuenemann authored Jun 27, 2020
1 parent 1487019 commit 0ae98e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xlsxtream.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Gem::Specification.new do |spec|

spec.add_development_dependency "bundler", ">= 1.7", "< 3"
spec.add_development_dependency "rake"
spec.add_development_dependency "rubyzip", "~> 1.2"
spec.add_development_dependency "rubyzip", ">= 1.2"
spec.add_development_dependency "minitest"
spec.add_development_dependency "pry"
end

0 comments on commit 0ae98e3

Please sign in to comment.