Relax dependency on rdoc (ruby 2.5 comes with rdoc 6.0)

This commit is contained in:
Pirate Praveen 2020-02-20 21:01:44 +05:30
parent eed9a5b83d
commit 77a6b41e8b
2 changed files with 12 additions and 0 deletions

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

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

View file

@ -16,6 +16,7 @@
0485-relax-responders.patch
0486-relax-grpc-protobuf.patch
0487-relax-rack-cors.patch
0488-relax-rdoc.patch
0500-set-webpack-root.patch
0510-remove-dev-dependencies.patch
0520-add-system-lib-path-for-webpack.patch