Skip to content

Commit

Permalink
bump md_to_pdf to v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
as-op committed Jan 16, 2025
1 parent fe4f0be commit 161306c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ gem "structured_warnings", "~> 0.4.0"
gem "airbrake", "~> 13.0.0", require: false

gem "markly", "~> 0.10" # another markdown parser like commonmarker, but with AST support used in PDF export
gem "md_to_pdf", git: "https://github.com/opf/md-to-pdf", ref: "b1f083d8a56125f896981596b14ff80db93eab12"
gem "md_to_pdf", git: "https://github.com/opf/md-to-pdf", ref: "f09eefecbe5e7a12686237791142b641d00e0686" # v0.1.4
gem "prawn", "~> 2.4"
gem "ttfunk", "~> 1.7.0" # remove after https://github.com/prawnpdf/prawn/issues/1346 resolved.

Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ GIT

GIT
remote: https://github.com/opf/md-to-pdf
revision: b1f083d8a56125f896981596b14ff80db93eab12
ref: b1f083d8a56125f896981596b14ff80db93eab12
revision: f09eefecbe5e7a12686237791142b641d00e0686
ref: f09eefecbe5e7a12686237791142b641d00e0686
specs:
md_to_pdf (0.1.3)
md_to_pdf (0.1.4)
color_conversion (~> 0.1)
front_matter_parser (~> 1.0)
json-schema (~> 4.3)
Expand Down

0 comments on commit 161306c

Please sign in to comment.