build(deps): bump the bundler group across 2 directories with 6 updates#22117
Merged
ZhongRuoyu merged 3 commits intomainfrom May 1, 2026
Merged
Conversation
Bumps the bundler group with 4 updates in the /Library/Homebrew directory: [yard](https://yardoc.org), [minitest](https://github.com/minitest/minitest), [bigdecimal](https://github.com/ruby/bigdecimal) and [json](https://github.com/ruby/json). Bumps the bundler group with 4 updates in the /docs directory: [yard](https://yardoc.org), [sorbet-runtime](https://github.com/sorbet/sorbet), [json](https://github.com/ruby/json) and [chef-utils](https://github.com/chef/chef). Updates `yard` from 0.9.42 to 0.9.43 Updates `minitest` from 6.0.4 to 6.0.5 - [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc) - [Commits](minitest/minitest@v6.0.4...v6.0.5) Updates `bigdecimal` from 4.1.1 to 4.1.2 - [Release notes](https://github.com/ruby/bigdecimal/releases) - [Changelog](https://github.com/ruby/bigdecimal/blob/master/CHANGES.md) - [Commits](ruby/bigdecimal@v4.1.1...v4.1.2) Updates `json` from 2.19.3 to 2.19.4 - [Release notes](https://github.com/ruby/json/releases) - [Changelog](https://github.com/ruby/json/blob/master/CHANGES.md) - [Commits](ruby/json@v2.19.3...v2.19.4) Updates `yard` from 0.9.42 to 0.9.43 Updates `sorbet-runtime` from 0.6.13133 to 0.6.13184 - [Release notes](https://github.com/sorbet/sorbet/releases) - [Commits](https://github.com/sorbet/sorbet/commits) Updates `json` from 2.19.3 to 2.19.4 - [Release notes](https://github.com/ruby/json/releases) - [Changelog](https://github.com/ruby/json/blob/master/CHANGES.md) - [Commits](ruby/json@v2.19.3...v2.19.4) Updates `chef-utils` from 19.2.12 to 19.2.110 - [Release notes](https://github.com/chef/chef/releases) - [Changelog](https://github.com/chef/chef/blob/main/CHANGELOG.md) - [Commits](chef/chef@v19.2.12...v19.2.110) --- updated-dependencies: - dependency-name: yard dependency-version: 0.9.43 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: bundler - dependency-name: minitest dependency-version: 6.0.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: bundler - dependency-name: bigdecimal dependency-version: 4.1.2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: bundler - dependency-name: json dependency-version: 2.19.4 dependency-type: indirect update-type: version-update:semver-patch dependency-group: bundler - dependency-name: yard dependency-version: 0.9.43 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: bundler - dependency-name: sorbet-runtime dependency-version: 0.6.13184 dependency-type: indirect update-type: version-update:semver-patch dependency-group: bundler - dependency-name: json dependency-version: 2.19.4 dependency-type: indirect update-type: version-update:semver-patch dependency-group: bundler - dependency-name: chef-utils dependency-version: 19.2.110 dependency-type: indirect update-type: version-update:semver-patch dependency-group: bundler ... Signed-off-by: dependabot[bot] <support@github.com>
ZhongRuoyu
approved these changes
May 1, 2026
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow.
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.
Bumps the bundler group with 4 updates in the /Library/Homebrew directory: yard, minitest, bigdecimal and json.
Bumps the bundler group with 4 updates in the /docs directory: yard, sorbet-runtime, json and chef-utils.
Updates
yardfrom 0.9.42 to 0.9.43Updates
minitestfrom 6.0.4 to 6.0.5Changelog
Sourced from minitest's changelog.
Commits
89c3e62Branching minitest to version 6.0.56790f86- Raise TypeError if assert_raises is passed anything but modules/classes.235fa5b- Avoid circular requires in lib/minitest/server_plugin.rb.Updates
bigdecimalfrom 4.1.1 to 4.1.2Release notes
Sourced from bigdecimal's releases.
Changelog
Sourced from bigdecimal's changelog.
Commits
9160561Bump version to v4.1.2 (#529)8050ec7Update dtoa to version from Ruby 4.0 (#528)f8a02b2Merge pull request #526 from ruby/dependabot/github_actions/step-security/har...ac9a5cdBump step-security/harden-runner from 2.16.1 to 2.17.06b51b99Fix unary minus on unsigned type warning (#525)50b80b1BigMath.exp overflow/underflow check (#523)fc54487Revert "Add a workaround for slow BigDecimal#to_f when it has large N_signifi...72937b7Use '0'+n for converting single digit to char (#521)8ac1498Merge pull request #517 from ruby/dependabot/github_actions/rubygems/release-...3c89db5Merge pull request #518 from ruby/dependabot/github_actions/step-security/har...Updates
jsonfrom 2.19.3 to 2.19.4Release notes
Sourced from json's releases.
Changelog
Sourced from json's changelog.
Commits
6688a81Release 2.19.4f1e6163Fix references to NAN and INFINITY in documentation comments18d5475Reduce warnings1072482Fix parsing of negative out of bound floats.20454baFix handling out of of range exponent in numbers0e99fcbFix json generation for symbols on TruffleRubyac0670bKeep Integer#to_json optimized and adapt the test35db859Avoid extra String#+@ calls, interpolated strings are already mutabled0b47b0Avoid method redefinition warnings in test_broken_bignume871d07test_broken_bignum: avoid fork and subprocess for robustnessUpdates
yardfrom 0.9.42 to 0.9.43Updates
sorbet-runtimefrom 0.6.13133 to 0.6.13184Release notes
Sourced from sorbet-runtime's releases.
... (truncated)
Commits
Updates
jsonfrom 2.19.3 to 2.19.4Release notes
Sourced from json's releases.
Changelog
Sourced from json's changelog.
Commits
6688a81Release 2.19.4f1e6163Fix references to NAN and INFINITY in documentation comments18d5475Reduce warnings1072482Fix parsing of negative out of bound floats.20454baFix handling out of of range exponent in numbers0e99fcbFix json generation for symbols on TruffleRubyac0670bKeep Integer#to_json optimized and adapt the test35db859Avoid extra String#+@ calls, interpolated strings are already mutabled0b47b0Avoid method redefinition warnings in test_broken_bignume871d07test_broken_bignum: avoid fork and subprocess for robustnessUpdates
chef-utilsfrom 19.2.12 to 19.2.110Changelog
Sourced from chef-utils's changelog.
Commits
c19d7cdBump version to 19.2.110 by Chef Expeditora74baa2Bump version to 19.2.109 by Chef Expeditor98d232fBump version to 19.2.108 by Chef Expeditor69ab115Bump version to 19.2.107 by Chef Expeditor36c52cdBump version to 19.2.106 by Chef Expeditora455738Bump version to 19.2.105 by Chef Expeditor075c4c8Bump version to 19.2.104 by Chef Expeditor8c3df5aBump version to 19.2.103 by Chef Expeditorf31a72aBump version to 19.2.102 by Chef Expeditor20e78a4Bump version to 19.2.101 by Chef ExpeditorDependabot 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 conditions