Skip to content

Commit

Permalink
Fix RubyZip vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
snood1205 committed Feb 27, 2017
1 parent a2259b0 commit 776037c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion axlsx.gemspec
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 776037c

Please sign in to comment.