Skip to content

Commit b623029

Browse files
neilbartleychrahunt
authored andcommitted
Bump versions of nokogiri and rubyzip (CVE-2016-4658 and CVE-2017-5946)
1 parent 1b6bcfc commit b623029

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docx.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ Gem::Specification.new do |s|
1111
s.homepage = 'https://github.com/chrahunt/docx'
1212
s.files = Dir["README.md", "LICENSE.md", "lib/**/*.rb"]
1313

14-
s.add_dependency 'nokogiri', '~> 1.5'
15-
s.add_dependency 'rubyzip', '~> 1.1.6'
14+
s.add_dependency 'nokogiri', '~> 1.7.1'
15+
s.add_dependency 'rubyzip', '~> 1.2.1'
1616

1717
s.add_development_dependency 'rspec'
1818
s.add_development_dependency 'rake'

0 commit comments

Comments
 (0)