Relax dependency on rdoc
This commit is contained in:
parent
40c1ea2e9c
commit
b9ef6c3c9d
2 changed files with 12 additions and 0 deletions
11
debian/patches/0350-relax-rdoc.patch
vendored
Normal file
11
debian/patches/0350-relax-rdoc.patch
vendored
Normal 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'
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue