Skip to content

Commit

Permalink
Merge pull request randym#507 from snood1205/master
Browse files Browse the repository at this point in the history
Fix RubyZip vulnerability [URGENT]
  • Loading branch information
randym authored Feb 28, 2017
2 parents a2259b0 + 776037c commit 5a8a685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion axlsx.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |s|
s.test_files = Dir.glob("{test/**/*}")

s.add_runtime_dependency 'nokogiri', '>= 1.6.6'
s.add_runtime_dependency 'rubyzip', '~> 1.2'
s.add_runtime_dependency 'rubyzip', '>= 1.2.1'
s.add_runtime_dependency "htmlentities", "~> 4.3.4"
s.add_runtime_dependency "mimemagic", "~> 0.3"

Expand Down

0 comments on commit 5a8a685

Please sign in to comment.