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

11 lines
338 B
Diff
Raw Normal View History

2018-12-06 12:51:29 +05:30
--- a/Gemfile
+++ b/Gemfile
2020-02-09 19:10:35 +05:30
@@ -137,7 +137,6 @@ gem 'faraday_middleware-aws-signers-v4'
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-02-09 19:10:35 +05:30
gem 'deckar01-task_list', '2.2.1'
-gem 'gitlab-markup', '~> 1.7.0'
gem 'github-markup', '~> 1.7.0', require: 'github/markup'
2020-01-01 14:36:02 +05:30
gem 'commonmarker', '~> 0.20'
2020-02-09 19:10:35 +05:30
gem 'RedCloth', '~> 4.3.2'