File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ ostruct 0.6.3 https://github.com/ruby/ostruct
3737pstore 0.2.1 https://github.com/ruby/pstore
3838benchmark 0.5.0 https://github.com/ruby/benchmark
3939logger 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
4141win32ole 1.9.3 https://github.com/ruby/win32ole
4242irb 1.17.0 https://github.com/ruby/irb
4343reline 0.6.3 https://github.com/ruby/reline
Original file line number Diff line number Diff line change 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
56end
6- # :startdoc:
77
88module Gem ::BUNDLED_GEMS # :nodoc:
99 SINCE = {
You can’t perform that action at this time.
0 commit comments