Skip to content

build(deps): bump the bundler group across 2 directories with 6 updates#22117

Merged
ZhongRuoyu merged 3 commits intomainfrom
dependabot/bundler/Library/Homebrew/bundler-7ac2b90f7d
May 1, 2026
Merged

build(deps): bump the bundler group across 2 directories with 6 updates#22117
ZhongRuoyu merged 3 commits intomainfrom
dependabot/bundler/Library/Homebrew/bundler-7ac2b90f7d

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 1, 2026

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 yard from 0.9.42 to 0.9.43

Updates minitest from 6.0.4 to 6.0.5

Changelog

Sourced from minitest's changelog.

=== 6.0.5 / 2026-04-20

  • 2 bug fixes:

    • Avoid circular requires in lib/minitest/server_plugin.rb.
    • Raise TypeError if assert_raises is passed anything but modules/classes.
Commits
  • 89c3e62 Branching minitest to version 6.0.5
  • 6790f86 - Raise TypeError if assert_raises is passed anything but modules/classes.
  • 235fa5b - Avoid circular requires in lib/minitest/server_plugin.rb.
  • See full diff in compare view

Updates bigdecimal from 4.1.1 to 4.1.2

Release notes

Sourced from bigdecimal's releases.

v4.1.2

What's Changed

New Contributors

Full Changelog: ruby/bigdecimal@v4.1.1...v4.1.2

Changelog

Sourced from bigdecimal's changelog.

4.1.2

Commits
  • 9160561 Bump version to v4.1.2 (#529)
  • 8050ec7 Update dtoa to version from Ruby 4.0 (#528)
  • f8a02b2 Merge pull request #526 from ruby/dependabot/github_actions/step-security/har...
  • ac9a5cd Bump step-security/harden-runner from 2.16.1 to 2.17.0
  • 6b51b99 Fix unary minus on unsigned type warning (#525)
  • 50b80b1 BigMath.exp overflow/underflow check (#523)
  • fc54487 Revert "Add a workaround for slow BigDecimal#to_f when it has large N_signifi...
  • 72937b7 Use '0'+n for converting single digit to char (#521)
  • 8ac1498 Merge pull request #517 from ruby/dependabot/github_actions/rubygems/release-...
  • 3c89db5 Merge pull request #518 from ruby/dependabot/github_actions/step-security/har...
  • Additional commits viewable in compare view

Updates json from 2.19.3 to 2.19.4

Release notes

Sourced from json's releases.

v2.19.4

What's Changed

  • Fix parsing of out of range floats (very large exponents that lead to either 0.0 or Inf).

Full Changelog: ruby/json@v2.19.2...v2.19.4

Changelog

Sourced from json's changelog.

2026-04-19 (2.19.4)

  • Fix parsing of out of range floats (very large exponents that lead to either 0.0 or Inf).
Commits
  • 6688a81 Release 2.19.4
  • f1e6163 Fix references to NAN and INFINITY in documentation comments
  • 18d5475 Reduce warnings
  • 1072482 Fix parsing of negative out of bound floats.
  • 20454ba Fix handling out of of range exponent in numbers
  • 0e99fcb Fix json generation for symbols on TruffleRuby
  • ac0670b Keep Integer#to_json optimized and adapt the test
  • 35db859 Avoid extra String#+@ calls, interpolated strings are already mutable
  • d0b47b0 Avoid method redefinition warnings in test_broken_bignum
  • e871d07 test_broken_bignum: avoid fork and subprocess for robustness
  • Additional commits viewable in compare view

Updates yard from 0.9.42 to 0.9.43

Updates sorbet-runtime from 0.6.13133 to 0.6.13184

Release notes

Sourced from sorbet-runtime's releases.

sorbet 0.6.13182.20260429152943-66faf9aad

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.6.13182', :group => :development
gem 'sorbet-runtime', '0.6.13182'

sorbet 0.6.13181.20260429134228-370a13143

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.6.13181', :group => :development
gem 'sorbet-runtime', '0.6.13181'

sorbet 0.6.13180.20260429133332-5aeb0865e

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.6.13180', :group => :development
gem 'sorbet-runtime', '0.6.13180'

sorbet 0.6.13179.20260429121833-c970d59c9

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.6.13179', :group => :development
gem 'sorbet-runtime', '0.6.13179'

sorbet 0.6.13178.20260429105831-c277a406c

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.6.13178', :group => :development
gem 'sorbet-runtime', '0.6.13178'

sorbet 0.6.13177.20260429103825-804b13150

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.6.13177', :group => :development
gem 'sorbet-runtime', '0.6.13177'

sorbet 0.6.13176.20260429103405-4f72d89a1

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.6.13176', :group => :development
gem 'sorbet-runtime', '0.6.13176'

sorbet 0.6.13175.20260429082924-65df4cf2e

... (truncated)

Commits

Updates json from 2.19.3 to 2.19.4

Release notes

Sourced from json's releases.

v2.19.4

What's Changed

  • Fix parsing of out of range floats (very large exponents that lead to either 0.0 or Inf).

Full Changelog: ruby/json@v2.19.2...v2.19.4

Changelog

Sourced from json's changelog.

2026-04-19 (2.19.4)

  • Fix parsing of out of range floats (very large exponents that lead to either 0.0 or Inf).
Commits
  • 6688a81 Release 2.19.4
  • f1e6163 Fix references to NAN and INFINITY in documentation comments
  • 18d5475 Reduce warnings
  • 1072482 Fix parsing of negative out of bound floats.
  • 20454ba Fix handling out of of range exponent in numbers
  • 0e99fcb Fix json generation for symbols on TruffleRuby
  • ac0670b Keep Integer#to_json optimized and adapt the test
  • 35db859 Avoid extra String#+@ calls, interpolated strings are already mutable
  • d0b47b0 Avoid method redefinition warnings in test_broken_bignum
  • e871d07 test_broken_bignum: avoid fork and subprocess for robustness
  • Additional commits viewable in compare view

Updates chef-utils from 19.2.12 to 19.2.110

Changelog

Sourced from chef-utils's changelog.

This changelog lists individual merged pull requests to Chef Infra Client and geared towards developers. For a list of significant changes per release see the Chef Infra Client Release Notes.

Commits
  • c19d7cd Bump version to 19.2.110 by Chef Expeditor
  • a74baa2 Bump version to 19.2.109 by Chef Expeditor
  • 98d232f Bump version to 19.2.108 by Chef Expeditor
  • 69ab115 Bump version to 19.2.107 by Chef Expeditor
  • 36c52cd Bump version to 19.2.106 by Chef Expeditor
  • a455738 Bump version to 19.2.105 by Chef Expeditor
  • 075c4c8 Bump version to 19.2.104 by Chef Expeditor
  • 8c3df5a Bump version to 19.2.103 by Chef Expeditor
  • f31a72a Bump version to 19.2.102 by Chef Expeditor
  • 20e78a4 Bump version to 19.2.101 by Chef Expeditor
  • Additional commits viewable in compare view

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

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>
@dependabot dependabot Bot added dependencies Bumping Gemfile dependencies ruby Pull requests that update Ruby code labels May 1, 2026
@ZhongRuoyu ZhongRuoyu enabled auto-merge May 1, 2026 09:44
@ZhongRuoyu ZhongRuoyu added this pull request to the merge queue May 1, 2026
Merged via the queue into main with commit b43d073 May 1, 2026
39 of 40 checks passed
@ZhongRuoyu ZhongRuoyu deleted the dependabot/bundler/Library/Homebrew/bundler-7ac2b90f7d branch May 1, 2026 13:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Bumping Gemfile dependencies ruby Pull requests that update Ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants