Relax rdoc dependency to >= 4.2
This commit is contained in:
parent
e04f042cc3
commit
abf3298cd6
2 changed files with 12 additions and 0 deletions
11
debian/patches/0420-relax-rdoc.patch
vendored
Normal file
11
debian/patches/0420-relax-rdoc.patch
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- a/Gemfile
|
||||
+++ b/Gemfile
|
||||
@@ -139,7 +139,7 @@
|
||||
gem 'redcarpet', '~> 3.4'
|
||||
gem 'commonmarker', '~> 0.17'
|
||||
gem 'RedCloth', '~> 4.3', '>= 4.3.2'
|
||||
-gem 'rdoc', '~> 6.0'
|
||||
+gem 'rdoc', '>= 4.2'
|
||||
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
|
@ -8,6 +8,7 @@
|
|||
0340-relax-httparty.patch
|
||||
0400-Relax-recaptcha-version.patch
|
||||
0410-relax-dropzonejs-rails.patch
|
||||
0420-relax-rdoc.patch
|
||||
0500-set-webpack-root.patch
|
||||
0510-remove-dev-dependencies.patch
|
||||
0520-add-system-lib-path-for-webpack.patch
|
||||
|
|
Loading…
Reference in a new issue