15 lines
507 B
Diff
15 lines
507 B
Diff
Bug: https://gitlab.com/gitlab-org/gitlab-ce/issues/2814
|
|
|
|
Index: gitlab/Gemfile
|
|
===================================================================
|
|
--- gitlab.orig/Gemfile
|
|
+++ gitlab/Gemfile
|
|
@@ -95,7 +95,7 @@ gem 'task_list', '~> 1.0.2', require
|
|
gem 'github-markup', '~> 1.3.1'
|
|
gem 'redcarpet', '~> 3.3.3'
|
|
gem 'RedCloth', '~> 4.2.9'
|
|
-gem 'rdoc', '~>3.6'
|
|
+gem 'rdoc', '~> 4.1'
|
|
gem 'org-ruby', '~> 0.9.12'
|
|
gem 'creole', '~> 0.5.0'
|
|
gem 'wikicloth', '0.8.1'
|