mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
feat(pdf-export): unify git gem spec format
This commit is contained in:
@@ -156,7 +156,7 @@ gem 'structured_warnings', '~> 0.4.0'
|
||||
gem 'airbrake', '~> 13.0.0', require: false
|
||||
|
||||
gem 'prawn', '~> 2.2'
|
||||
gem "md_to_pdf", :github => "opf/md-to-pdf", tag: 'v0.0.15'
|
||||
gem 'md_to_pdf', git: 'https://github.com/opf/md-to-pdf', tag: 'v0.0.15'
|
||||
|
||||
gem 'cells-erb', '~> 0.1.0'
|
||||
gem 'cells-rails', '~> 0.1.4'
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
GIT
|
||||
remote: https://github.com/opf/md-to-pdf.git
|
||||
remote: https://github.com/opf/md-to-pdf
|
||||
revision: fc2724113cecd758a77b347042276ece8d119a03
|
||||
tag: v0.0.15
|
||||
specs:
|
||||
|
||||
Reference in New Issue
Block a user