Skip to content

Commit

Permalink
Update rubyzip dependency
Browse files Browse the repository at this point in the history
rubyzip v1.2.1 fixes a security vulnerability: rubyzip/rubyzip#315

See https://github.com/rubyzip/rubyzip/releases/tag/v1.2.1 for additional changes.
  • Loading branch information
dentarg committed Mar 2, 2017
1 parent d905557 commit a0d85e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensionator.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

Gem::Specification.new do |spec|
spec.add_development_dependency "bundler", "~> 1.1"
spec.add_runtime_dependency "rubyzip", "1.2.0"
spec.add_runtime_dependency "rubyzip", "1.2.1"
spec.add_runtime_dependency "slop", "~> 4.4"
spec.authors = ["Isaac Cambron"]
spec.description = "A tool for packaging Chrome extensions"
Expand Down

0 comments on commit a0d85e8

Please sign in to comment.