Skip to content

deps(ruby): update rdoc requirement from ~> 7.1 to ~> 8.0 in /ruby in the bundler-dependencies group#356

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bundler/ruby/bundler-dependencies-0abd7c0cb9
Open

deps(ruby): update rdoc requirement from ~> 7.1 to ~> 8.0 in /ruby in the bundler-dependencies group#356
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bundler/ruby/bundler-dependencies-0abd7c0cb9

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 6, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on rdoc to permit the latest version.
Updates rdoc from 7.2.0 to 8.0.0

Release notes

Sourced from rdoc's releases.

v8.0.0

RDoc 8.0.0 is the biggest RDoc release in years. It brings together the work we have been doing to modernize Ruby's documentation experience: a Prism-based parser, RBS signatures in generated documentation, .rbs files as documentation input, a live preview server, theme polish, and many long-standing bug fixes.

For users, the biggest visible change is that RDoc can now show type information next to method documentation. RBS signatures are rendered in both HTML and ri, and the Aliki theme now presents method entries as signature cards. This should make generated documentation more useful for both human readers and tools that consume Ruby documentation.

For documentation authors, RDoc 8.0.0 adds rdoc --server and rake rdoc:server, giving you a local preview server with live reload. This release also includes many fixes around Markdown, cross-references, page links, C source handling, server mode, and generated HTML structure. The goal is to make writing and checking documentation less tedious.

Internally, RDoc has migrated to the Prism-based parser and removed the old Ripper-based parser. This saves RDoc from re-implementing new Ruby syntax support manually going forward. The release also includes a refreshed coverage report, a new user-facing configuration reference, more Aliki polish, and finally, an RDoc logo.

There are breaking changes in this release, so please read the details below before upgrading. But overall, RDoc 8.0.0 is a big step toward making Ruby's documentation tooling feel actively maintained again.

What's Changed

💥 Breaking Changes

✨ Enhancements

🐛 Bug Fixes

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Summary by cubic

Upgrade the dev rdoc dependency from 7.x to ~> 8.0 in the Ruby SDK to adopt the new parser and RBS support. Docs-only change with no runtime impact.

  • Dependencies
    • Updated ruby/basecamp-sdk.gemspec to rdoc ~> 8.0 and bumped lockfile to rdoc 8.0.0.
    • Lockfile updates for rdoc 8: adds rbs (>= 4.0), requires prism (>= 1.6.0), removes old psych transitive deps.

Written for commit 9abc51b. Summary will update on new commits.

Review in cubic

Updates the requirements on [rdoc](https://github.com/ruby/rdoc) to permit the latest version.

Updates `rdoc` from 7.2.0 to 8.0.0
- [Release notes](https://github.com/ruby/rdoc/releases)
- [Changelog](https://github.com/ruby/rdoc/blob/master/History.rdoc)
- [Commits](ruby/rdoc@v7.2.0...v8.0.0)

---
updated-dependencies:
- dependency-name: rdoc
  dependency-version: 8.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: bundler-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file ruby Pull requests that update the Ruby SDK labels Jul 6, 2026
Copilot AI review requested due to automatic review settings July 6, 2026 11:06
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file ruby Pull requests that update the Ruby SDK labels Jul 6, 2026

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot can't review bot-authored pull requests automatically. A user with Copilot access can request a review manually.

@github-actions github-actions Bot added the enhancement New feature or request label Jul 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file enhancement New feature or request ruby Pull requests that update the Ruby SDK

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant