Skip to content

Commit cfe2592

Browse files
committed
Use latest RDoc
The latest RDoc contains ruby/rdoc#1657, which fixes install-doc failures on some platforms.
1 parent f23ffd5 commit cfe2592

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

gems/bundled_gems

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ ostruct 0.6.3 https://github.com/ruby/ostruct
3737
pstore 0.2.1 https://github.com/ruby/pstore
3838
benchmark 0.5.0 https://github.com/ruby/benchmark
3939
logger 1.7.0 https://github.com/ruby/logger
40-
rdoc 7.2.0 https://github.com/ruby/rdoc
40+
rdoc 7.2.0 https://github.com/ruby/rdoc 911b122a587e24f05434dbeb2c3e39cea607e21f
4141
win32ole 1.9.3 https://github.com/ruby/win32ole
4242
irb 1.17.0 https://github.com/ruby/irb
4343
reline 0.6.3 https://github.com/ruby/reline

lib/bundled_gems.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# -*- frozen-string-literal: true -*-
22

3-
# :stopdoc:
4-
module Gem
3+
module Gem # :nodoc:
4+
# TODO: the nodoc above is a workaround for RDoc's Prism parser handling stopdoc differently, we may want to use
5+
# stopdoc/startdoc pair like before
56
end
6-
# :startdoc:
77

88
module Gem::BUNDLED_GEMS # :nodoc:
99
SINCE = {

0 commit comments

Comments
 (0)