summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorHiroshi SHIBATA <[email protected]>2024-05-09 17:39:57 +0900
committerHiroshi SHIBATA <[email protected]>2024-05-09 17:39:57 +0900
commitfb6cfb413d2b2cd3aa6306db7128a7288fd0a131 (patch)
tree556a1b470d79d56bfc48db06bf16458204b2b767 /lib
parent6bff0707e826b7adf8d473ae269ecdb7dd6f8f34 (diff)
Mark rdoc as bundled gems at Ruby 3.5
Diffstat (limited to 'lib')
-rw-r--r--lib/bundled_gems.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/bundled_gems.rb b/lib/bundled_gems.rb
index ed5f940b57..c933ad0471 100644
--- a/lib/bundled_gems.rb
+++ b/lib/bundled_gems.rb
@@ -28,6 +28,7 @@ module Gem::BUNDLED_GEMS
"syslog" => "3.4.0",
"ostruct" => "3.5.0",
"pstore" => "3.5.0",
+ "rdoc" => "3.5.0",
}.freeze
EXACT = {
@@ -45,6 +46,7 @@ module Gem::BUNDLED_GEMS
"syslog" => true,
"ostruct" => true,
"pstore" => true,
+ "rdoc" => true,
}.freeze
PREFIXED = {