Skip to content

Commit

Permalink
fix(nokogiri): only allow latest patched nokogiri
Browse files Browse the repository at this point in the history
  • Loading branch information
randym committed Feb 14, 2018
1 parent f4668ac commit 6e2365b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Rakefile
Expand Up @@ -9,7 +9,6 @@ task :benchmark do
end

task :gendoc do
#puts 'yard doc generation disabled until JRuby build native extensions for redcarpet or yard removes the dependency.'
system "yardoc"
system "yard stats --list-undoc"
end
Expand Down
2 changes: 1 addition & 1 deletion axlsx.gemspec
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |s|
s.files = Dir.glob("{lib/**/*,examples/**/*.rb,examples/**/*.jpeg}") + %w{ LICENSE README.md Rakefile CHANGELOG.md .yardopts .yardopts_guide }
s.test_files = Dir.glob("{test/**/*}")

s.add_runtime_dependency 'nokogiri', '>= 1.7.1'
s.add_runtime_dependency 'nokogiri', '>= 1.8.2'
s.add_runtime_dependency 'rubyzip','~> 1.2', '>= 1.2.1'
s.add_runtime_dependency "htmlentities", "~> 4.3.4"
s.add_runtime_dependency "mimemagic", "~> 0.3"
Expand Down

0 comments on commit 6e2365b

Please sign in to comment.