mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
bump(deps): update to md-to-pdf with tasklist fix
This commit is contained in:
@@ -156,7 +156,7 @@ gem 'structured_warnings', '~> 0.4.0'
|
||||
# don't require by default, instead load on-demand when actually configured
|
||||
gem 'airbrake', '~> 13.0.0', require: false
|
||||
|
||||
gem 'md_to_pdf', git: 'https://github.com/opf/md-to-pdf', ref: '82c2b5cc25a28fbd62cb05b17d9ba0f68d701109'
|
||||
gem 'md_to_pdf', git: 'https://github.com/opf/md-to-pdf', ref: '8f14736a88ad0064d2a97be108fe7061ffbcee91'
|
||||
gem 'prawn', '~> 2.4'
|
||||
# prawn implicitly depends on matrix gem no longer in ruby core with 3.1
|
||||
gem 'matrix', '~> 0.4.2'
|
||||
|
||||
+4
-4
@@ -25,16 +25,16 @@ GIT
|
||||
|
||||
GIT
|
||||
remote: https://github.com/opf/md-to-pdf
|
||||
revision: 82c2b5cc25a28fbd62cb05b17d9ba0f68d701109
|
||||
ref: 82c2b5cc25a28fbd62cb05b17d9ba0f68d701109
|
||||
revision: 8f14736a88ad0064d2a97be108fe7061ffbcee91
|
||||
ref: 8f14736a88ad0064d2a97be108fe7061ffbcee91
|
||||
specs:
|
||||
md_to_pdf (0.0.25)
|
||||
md_to_pdf (0.0.26)
|
||||
color_conversion (~> 0.1)
|
||||
front_matter_parser (~> 1.0)
|
||||
json-schema (~> 4.1)
|
||||
markly (~> 0.10)
|
||||
matrix (~> 0.4)
|
||||
nokogiri (~> 1.16)
|
||||
nokogiri (~> 1.1)
|
||||
prawn (~> 2.4)
|
||||
prawn-table (~> 0.2)
|
||||
text-hyphen (~> 1.5)
|
||||
|
||||
Reference in New Issue
Block a user