debian-mirror-gitlab/debian/patches/0430-remove-gitlab-markup.patch
2021-06-09 22:52:32 +05:30

15 lines
529 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
@@ -151,7 +151,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.21'
gem 'kramdown', '~> 2.3','>= 2.3.1'