Skip to content

Commit 30b545b

Browse files
committed
Update to rubyzip 1.1.6
1 parent 26523fb commit 30b545b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docx.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Gem::Specification.new do |s|
1212
s.files = Dir["README.md", "LICENSE.md", "lib/**/*.rb"]
1313

1414
s.add_dependency 'nokogiri', '~> 1.5'
15-
s.add_dependency 'rubyzip', '~> 1.0'
15+
s.add_dependency 'rubyzip', '~> 1.1.6'
1616

1717
s.add_development_dependency 'rspec'
1818
end

0 commit comments

Comments
 (0)