Skip to content

Commit 18250f6

Browse files
authored
Updated to latest patched Nokogiri
1 parent 573bb92 commit 18250f6

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.homepage = 'https://github.com/chrahunt/docx'
1313
s.files = Dir["README.md", "LICENSE.md", "lib/**/*.rb"]
1414

15-
s.add_dependency 'nokogiri', '> 1.8', '>= 1.8.1'
15+
s.add_dependency 'nokogiri', '>= 1.10.4'
1616
s.add_dependency 'rubyzip', '~> 1.2', '>= 1.2.1'
1717

1818
s.add_development_dependency 'rspec', '~> 3.7'

0 commit comments

Comments
 (0)