Skip to content

Commit

Permalink
Merge pull request #16743 from opf/chore/bump-md-to-pdf-gem
Browse files Browse the repository at this point in the history
chore(deps): bump md-to-pdf to v0.1.2
  • Loading branch information
as-op authored Sep 17, 2024
2 parents a26f5f3 + 9eddd11 commit c82bf78
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: "32603f09a249999a00e8ca23eb17215b46a26c0f"
gem "md_to_pdf", git: "https://github.com/opf/md-to-pdf", ref: "fe05b4f8bae8fd46f4fa93b8e0adee6295ef7388"
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: 32603f09a249999a00e8ca23eb17215b46a26c0f
ref: 32603f09a249999a00e8ca23eb17215b46a26c0f
revision: fe05b4f8bae8fd46f4fa93b8e0adee6295ef7388
ref: fe05b4f8bae8fd46f4fa93b8e0adee6295ef7388
specs:
md_to_pdf (0.1.1)
md_to_pdf (0.1.2)
color_conversion (~> 0.1)
front_matter_parser (~> 1.0)
json-schema (~> 4.3)
Expand Down

0 comments on commit c82bf78

Please sign in to comment.