debian-mirror-gitlab/debian/patches/0018-loosen-rdoc.patch

16 lines
509 B
Diff
Raw Normal View History

2016-01-20 00:51:50 +05:30
Bug: https://gitlab.com/gitlab-org/gitlab-ce/issues/2814
2015-09-29 00:10:44 +05:30
Index: gitlab/Gemfile
===================================================================
--- gitlab.orig/Gemfile
+++ gitlab/Gemfile
2016-06-02 11:31:04 +05:30
@@ -100,7 +100,7 @@ gem 'task_list', '~> 1.0.2', require
2015-09-29 00:10:44 +05:30
gem 'github-markup', '~> 1.3.1'
2016-01-20 00:52:31 +05:30
gem 'redcarpet', '~> 3.3.3'
2015-09-29 00:10:44 +05:30
gem 'RedCloth', '~> 4.2.9'
-gem 'rdoc', '~>3.6'
+gem 'rdoc', '~> 4.1'
gem 'org-ruby', '~> 0.9.12'
2015-12-23 02:32:54 +05:30
gem 'creole', '~> 0.5.0'
2015-09-29 00:10:44 +05:30
gem 'wikicloth', '0.8.1'