debian-mirror-gitlab/debian/patches/0430-remove-gitlab-markup.patch

15 lines
505 B
Diff
Raw Normal View History

2020-04-13 13:49:04 +05:30
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.
2018-12-06 12:51:29 +05:30
--- a/Gemfile
+++ b/Gemfile
@@ -137,7 +137,6 @@
2018-12-06 12:51:29 +05:30
# Markdown and HTML processing
2020-01-01 14:36:02 +05:30
gem 'html-pipeline', '~> 2.12'
2020-04-22 19:44:27 +05:30
gem 'deckar01-task_list', '~> 2.3', '>= 2.3.1'
-gem 'gitlab-markup', '~> 1.7'
gem 'github-markup', '~> 1.7', require: 'github/markup'
2020-01-01 14:36:02 +05:30
gem 'commonmarker', '~> 0.20'
gem 'RedCloth', '~> 4.3', '>= 4.3.2'