debian-mirror-gitlab/debian/patches/0360-relax-rdoc.patch

12 lines
269 B
Diff
Raw Normal View History

2018-02-22 23:59:30 +05:30
--- a/Gemfile
+++ b/Gemfile
2018-03-27 20:24:05 +05:30
@@ -129,7 +129,7 @@
2018-02-22 23:59:30 +05:30
gem 'redcarpet', '~> 3.4'
2018-03-27 20:24:05 +05:30
gem 'commonmarker', '~> 0.17'
2018-02-22 23:59:30 +05:30
gem 'RedCloth', '~> 4.3', '>= 4.3.2'
-gem 'rdoc', '~> 4.2'
+gem 'rdoc', '>= 4.2'
gem 'org-ruby', '~> 0.9.12'
gem 'creole', '~> 0.5.0'
gem 'wikicloth', '0.8.1'