Relax dependency on rdoc (ruby 3.0 don't specify any version)
This commit is contained in:
parent
d33c0052e7
commit
e939c5e75c
2 changed files with 12 additions and 0 deletions
11
debian/patches/Gemfile/0190-relax-rdoc.patch
vendored
Normal file
11
debian/patches/Gemfile/0190-relax-rdoc.patch
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- a/Gemfile
|
||||
+++ b/Gemfile
|
||||
@@ -156,7 +156,7 @@
|
||||
gem 'commonmarker', '~> 0.23.4'
|
||||
gem 'kramdown', '~> 2.3','>= 2.3.1'
|
||||
gem 'RedCloth', '~> 4.3','>= 4.3.2'
|
||||
-gem 'rdoc', '~> 6.0'
|
||||
+gem 'rdoc'
|
||||
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
|
@ -13,6 +13,7 @@ Gemfile/0140-remove-guard-rspec.patch
|
|||
Gemfile/0150-relax-graphlient.patch
|
||||
Gemfile/0160-relax-rexml.patch
|
||||
Gemfile/0180-add-parser-gem.patch
|
||||
Gemfile/0190-relax-rdoc.patch
|
||||
nodejs/0010-set-webpack-root.patch
|
||||
nodejs/0020-remove-dev-dependencies.patch
|
||||
nodejs/0030-use-yarnpkg.patch
|
||||
|
|
Loading…
Reference in a new issue