Skip to content

Commit

Permalink
dependency release
Browse files Browse the repository at this point in the history
  • Loading branch information
opoudjis committed Jul 11, 2024
1 parent a146eca commit 989c116
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 @@ -27,7 +27,7 @@ Gem::Specification.new do |spec|
spec.required_ruby_version = Gem::Requirement.new(">= 2.7.0")

spec.add_dependency "htmlentities", "~> 4.3.4"
spec.add_dependency "metanorma-utils", "~> 1.7.0"
spec.add_dependency "metanorma-utils", "~> 1.8.0"
spec.add_dependency "mime-types"
spec.add_dependency "nokogiri", "~> 1.16"
spec.add_dependency "plane1converter", "~> 0.0.1"
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.4".freeze
VERSION = "1.8.5".freeze
end

0 comments on commit 989c116

Please sign in to comment.