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

14 lines
448 B
Diff
Raw Normal View History

2015-09-29 00:10:44 +05:30
Index: gitlab/Gemfile
===================================================================
--- gitlab.orig/Gemfile
+++ gitlab/Gemfile
2015-11-26 16:55:07 +05:30
@@ -93,7 +93,7 @@ gem 'task_list', '~> 1.0.2', require
2015-09-29 00:10:44 +05:30
gem 'github-markup', '~> 1.3.1'
2015-12-12 12:37:08 +05:30
gem 'redcarpet', '~> 3.3.2'
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'
gem 'creole', '~>0.3.6'
gem 'wikicloth', '0.8.1'