Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@bdewater-thatch
Copy link

See ruby/rdoc@v7.0.2...v7.0.3

Motivation

Fix these errors:

sorbet/rbi/gems/[email protected]:5345: Parent of class RDoc::Markup::BlankLine redefined from Object to RDoc::Markup::Element https://srb.help/5012
    5345 |class RDoc::Markup::BlankLine < ::RDoc::Markup::Element
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  Note:
    Pass --suppress-payload-superclass-redefinition-for=RDoc::Markup::BlankLine at the command line or in the sorbet/config file to silence this error.
    Only use this to work around Ruby or gem upgrade incompatibilities.

sorbet/rbi/gems/[email protected]:5687: Parent of class RDoc::Markup::HardBreak redefined from Object to RDoc::Markup::Element https://srb.help/5012
    5687 |class RDoc::Markup::HardBreak < ::RDoc::Markup::Element
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  Note:
    Pass --suppress-payload-superclass-redefinition-for=RDoc::Markup::HardBreak at the command line or in the sorbet/config file to silence this error.
    Only use this to work around Ruby or gem upgrade incompatibilities.

sorbet/rbi/gems/[email protected]:5720: Parent of class RDoc::Markup::Heading redefined from Struct to RDoc::Markup::Element https://srb.help/5012
    5720 |class RDoc::Markup::Heading < ::RDoc::Markup::Element
                                        ^^^^^^^^^^^^^^^^^^^^^^^
  Note:
    Pass --suppress-payload-superclass-redefinition-for=RDoc::Markup::Heading at the command line or in the sorbet/config file to silence this error.
    Only use this to work around Ruby or gem upgrade incompatibilities.
Errors: 3

@bdewater-thatch bdewater-thatch requested a review from a team as a code owner December 31, 2025 20:39
@bdewater-thatch bdewater-thatch requested review from neilparikh and removed request for a team December 31, 2025 20:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant