We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f23ffd5 commit cd68691Copy full SHA for cd68691
2 files changed
gems/bundled_gems
@@ -37,7 +37,7 @@ ostruct 0.6.3 https://github.com/ruby/ostruct
37
pstore 0.2.1 https://github.com/ruby/pstore
38
benchmark 0.5.0 https://github.com/ruby/benchmark
39
logger 1.7.0 https://github.com/ruby/logger
40
-rdoc 7.2.0 https://github.com/ruby/rdoc
+rdoc 7.2.0 https://github.com/ruby/rdoc 911b122a587e24f05434dbeb2c3e39cea607e21f
41
win32ole 1.9.3 https://github.com/ruby/win32ole
42
irb 1.17.0 https://github.com/ruby/irb
43
reline 0.6.3 https://github.com/ruby/reline
lib/bundled_gems.rb
@@ -1,7 +1,7 @@
1
# -*- frozen-string-literal: true -*-
2
3
# :stopdoc:
4
-module Gem
+module Gem # :nodoc: TODO: it's a workaround for RDoc's Prism parser handling stopdoc differently, remove me later
5
end
6
# :startdoc:
7
0 commit comments