debian-mirror-gitlab/debian/patches/Gemfile/0060-remove-gitlab-markup.patch
2021-12-11 22:56:32 +05:30

14 lines
528 B
Diff

gitlab-markup and github-markup are almost same except for some uncommon extra
features in gitlab-markup. Support only github-markup syntax to avoid
maintaining two almost same packages.
--- a/Gemfile
+++ b/Gemfile
@@ -152,7 +152,6 @@
# Markdown and HTML processing
gem 'html-pipeline', '~> 2.13','>= 2.13.2'
gem 'deckar01-task_list', '~> 2.3','>= 2.3.1'
-gem 'gitlab-markup', '~> 1.7','>= 1.7.1'
gem 'github-markup', '~> 1.7', require: 'github/markup'
gem 'commonmarker', '~> 0.23.2'
gem 'kramdown', '~> 2.3','>= 2.3.1'