Relax dependency on rdoc

This commit is contained in:
Pirate Praveen 2020-03-13 18:39:49 +05:30
parent 40c1ea2e9c
commit b9ef6c3c9d
2 changed files with 12 additions and 0 deletions

11
debian/patches/0350-relax-rdoc.patch vendored Normal file
View file

@ -0,0 +1,11 @@
--- a/Gemfile
+++ b/Gemfile
@@ -141,7 +141,7 @@
gem 'github-markup', '~> 1.7', require: 'github/markup'
gem 'commonmarker', '~> 0.20'
gem 'RedCloth', '~> 4.3', '>= 4.3.2'
-gem 'rdoc', '~> 6.1', '>= 6.1.2'
+gem 'rdoc', '~> 6.0'
gem 'org-ruby', '~> 0.9.12'
gem 'creole', '~> 0.5.0'
gem 'wikicloth', '0.8.1'

View file

@ -3,6 +3,7 @@
0110-make-test-dependencies-conditional.patch
0340-relax-httparty.patch
#0400-Relax-recaptcha-version.patch
0350-relax-rdoc.patch
0430-remove-gitlab-markup.patch
0440-remove-puma.patch
0460-embed-derailed-benchmarks.patch