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
Conversation
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates the requirements on rdoc to permit the latest version.
Updates
rdocfrom 7.2.0 to 8.0.0Release notes
Sourced from rdoc's releases.
... (truncated)
Commits
4e303b3Bump RDoc to 8.0.0 (#1745)0042785Polish Aliki documentation theme (#1742)daa7768Encapsulate superclass method link rendering (#1741)a8df5c5Parse RBS files as RDoc input (#1728)f89b93aBump actions/checkout from 6.0.3 to 7.0.0 (#1740)be20315Bump ruby/setup-ruby from 1.313.0 to 1.314.0 (#1739)66c1d65Simplify CrossReference resolve (#1571)7daa431Add RDoc logo to documentation (#1734)bb8b2d4Fix colorization of imaginary/rational numbers (#1733)1ae9dc1Bump js-yaml from 4.1.1 to 4.2.0 (#1731)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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 conditionsSummary by cubic
Upgrade the dev
rdocdependency 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.ruby/basecamp-sdk.gemspectordoc ~> 8.0and bumped lockfile tordoc 8.0.0.rdoc8: addsrbs(>= 4.0), requiresprism(>= 1.6.0), removes oldpsychtransitive deps.Written for commit 9abc51b. Summary will update on new commits.