Skip to content

Commit

Permalink
lock Nokogiri to 1.16.8 because of seeming corruption in 1.17: metano…
Browse files Browse the repository at this point in the history
  • Loading branch information
opoudjis committed Dec 9, 2024
1 parent e978631 commit a19ea75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion html2doc.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "htmlentities", "~> 4.3.4"
spec.add_dependency "metanorma-utils", ">= 1.9.0"
spec.add_dependency "mime-types"
spec.add_dependency "nokogiri", "~> 1.16"
spec.add_dependency "nokogiri", "~> 1.16.8"
spec.add_dependency "plane1converter", "~> 0.0.1"
spec.add_dependency "plurimath", "~> 0.8.0"
spec.add_dependency "thread_safe"
Expand Down
2 changes: 1 addition & 1 deletion lib/html2doc/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
class Html2Doc
VERSION = "1.8.7".freeze
VERSION = "1.8.8".freeze
end

0 comments on commit a19ea75

Please sign in to comment.