Update rdoc, to be compatibe to ruby-3.x

This commit is contained in:
Lars Kanis 2022-01-08 18:32:51 +01:00
parent 650dd4b88b
commit 5c1dd671f2
1 changed files with 1 additions and 1 deletions

View File

@ -9,6 +9,6 @@ group :development, :test do
gem "bundler", ">= 1.16", "< 3.0"
gem "rake-compiler", "~> 1.0"
gem "rake-compiler-dock", "~> 1.0"
gem "rdoc", "~> 5.1"
gem "rdoc", "~> 6.4"
gem "rspec", "~> 3.5"
end