Relax RDoc version dependency (#9142)

Merge pull request 9142
This commit is contained in:
Youssef Boulkaid 2022-10-02 12:16:53 +02:00 committed by GitHub
parent 2cc51e6aba
commit 823c8f94d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ group :jekyll_optional_dependencies do
gem "kramdown-syntax-coderay"
gem "matrix"
gem "mime-types", "~> 3.0"
gem "rdoc", "~> 6.3.0"
gem "rdoc", "~> 6.0"
gem "tomlrb"
platforms :ruby, :mswin, :mingw, :x64_mingw do