Skip to content

Commit

Permalink
Merge pull request #38 from openxml/cve-16892
Browse files Browse the repository at this point in the history
Unpinned rubyzip dependency
  • Loading branch information
kobsy authored Oct 1, 2019
2 parents 742c843 + fd85dee commit 3f4ea11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openxml-package.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_dependency "rubyzip", "~> 1.2.2"
spec.add_dependency "rubyzip"
spec.add_dependency "nokogiri"
spec.add_dependency "ox"

Expand Down

0 comments on commit 3f4ea11

Please sign in to comment.