Skip to content

Commit

Permalink
Update rubyzip from 1.2.1 to 1.3.0 (#515)
Browse files Browse the repository at this point in the history
* Update rubyzip from 1.2.1 to 1.3.0
  • Loading branch information
Kevinrob authored and chopraanmol1 committed Jan 8, 2020
1 parent 4ec1104 commit 221750b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## Unreleased
### Changed / Added
- Updated rubyzip version. Now minimal version is 1.3.0. [CVE-2019-16892](https://github.com/rubyzip/rubyzip/pull/403)

## [2.8.2] 2019-02-01
### Changed/Added
Expand Down
2 changes: 1 addition & 1 deletion roo.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
spec.required_ruby_version = ">= 2.3.0"

spec.add_dependency 'nokogiri', '~> 1'
spec.add_dependency 'rubyzip', '>= 1.2.1', '< 2.0.0'
spec.add_dependency 'rubyzip', '>= 1.3.0', '< 3.0.0'

spec.add_development_dependency 'rake', '~> 10.1'
spec.add_development_dependency 'minitest', '~> 5.4', '>= 5.4.3'
Expand Down

0 comments on commit 221750b

Please sign in to comment.