File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
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
33# :stopdoc:
4- module Gem
4+ module Gem # :nodoc:
5+ # TODO: the nodoc above is a workaround for RDoc's Prism parser handling stopdoc differently, remove me later
56end
67# :startdoc:
78
You can’t perform that action at this time.
0 commit comments