Relax dependency on rdoc (ruby 3.0 don't specify any version)

This commit is contained in:
Pirate Praveen 2022-05-08 22:07:05 +05:30
parent d33c0052e7
commit e939c5e75c
No known key found for this signature in database
GPG key ID: 8F53E0193B294B75
2 changed files with 12 additions and 0 deletions

View 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'

View file

@ -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