Skip to content

Comments

build(deps): bump the most-gems group with 4 updates#1045

Open
dependabot[bot] wants to merge 2 commits intomainfrom
dependabot/bundler/most-gems-a38495ad3f
Open

build(deps): bump the most-gems group with 4 updates#1045
dependabot[bot] wants to merge 2 commits intomainfrom
dependabot/bundler/most-gems-a38495ad3f

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 23, 2026

Bumps the most-gems group with 4 updates: aws-partitions, erb, minitest and zeitwerk.

Updates aws-partitions from 1.1215.0 to 1.1218.0

Changelog

Sourced from aws-partitions's changelog.

1.1218.0 (2026-02-23)

  • Feature - Updated the partitions source data the determines the AWS service regions and endpoints.

1.1217.0 (2026-02-20)

  • Feature - Added support for enumerating regions for Aws::SignerData.

1.1216.0 (2026-02-18)

  • Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
Commits

Updates erb from 6.0.1 to 6.0.2

Release notes

Sourced from erb's releases.

v6.0.2

What's Changed

New Contributors

Full Changelog: ruby/erb@v6.0.1...v6.0.2

Changelog

Sourced from erb's changelog.

Changelog

Commits
  • 8626c82 Version 6.0.2
  • 3d4dc31 Freeze src in initialize (#105)
  • c0e7d5f Stop mentioning a link that doesn't exist
  • 6a6f785 Bump step-security/harden-runner from 2.14.0 to 2.14.1
  • a5b7b79 Fix typo: rename BDSL to BSDL (#103)
  • ccbf265 Bump step-security/harden-runner from 2.13.2 to 2.14.0 (#102)
  • 52bd1bb Exclude dependabot updates from release note
  • See full diff in compare view

Updates minitest from 6.0.1 to 6.0.2

Changelog

Sourced from minitest's changelog.

=== 6.0.2 / 2026-02-23

  • 7 bug fixes:

    • Added missing drb dependency from minitest-server. (y-yagi)
    • Cleaned up bisect's sub-commands to load files directly, not ruby+require.
    • Fixed bisect to use same cmd ($0) to run tests as original invocation.
    • load server_plugin if server is loaded. (y-yagi)
    • Manipulate local args instead of ARGV in Sprint.run.
    • Only show --bisect in usage if using minitest.
    • Remove -Itest:lib from bisect's rb_flags since bin/minitest adds them.
Commits
  • 339492c prepped for release
  • 73eb48e Fixed some doco coverage... still running into tons of pain with rdoc.
  • 58387c7 - Fixed bisect to use same cmd ($0) to run tests as original invocation.
  • 2a529a0 y-yagi is smart and I am dum
  • cf465a6 - Only show --bisect in usage if using minitest.
  • e5ad492 Push up server_plugin fix to minitest.rb guarded by env.
  • a7aeb10 Fixed up tests to be line independent.
  • 59ac1fa - MT6: load server_plugin if server is loaded. (y-yagi)
  • dba350e - Manipulate local args instead of ARGV in Sprint.run.
  • 8e008ed Added new rdoc rsync location.
  • Additional commits viewable in compare view

Updates zeitwerk from 2.7.4 to 2.7.5

Changelog

Sourced from zeitwerk's changelog.

2.7.5 (19 Feb 2026)

  • If available, tree traversal is based on Dir.scan, which saves syscalls in common platforms. This method is a recent addition to Ruby contributed by @​byroot, so you need to be on Ruby master to leverage this for now.

  • Tree traversal is a tad more performant, regardless of the previous point. Gains are marginal when eager loading, because it is dominated by loading the code, but Zeitwerk::Loader#all_expected_cpaths was 14% faster in some benchmarks, for example.

  • README.md documents how to collect autoloaded constants using an on_load callback.

  • Internal maintenance.

Commits
  • adfeec4 Ready for 2.7.5
  • a22d742 Use the now yielded cwd in a few tests
  • 5df497f Adds unit tests for Zeitwerk::Loader::FileSystem
  • 0a7021a Let with_(files|setup) yield the cwd
  • 976b8f1 Update code comment
  • 8398da8 Let the log method take a block
  • 812d0ee Use Dir.scan if available
  • f845a27 Delete PoC file
  • 112cfdf directory -> dir for consistency
  • 064b76c Add a section about predicates to PROJECT_RULES.md
  • 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 most-gems group with 4 updates: [aws-partitions](https://github.com/aws/aws-sdk-ruby), [erb](https://github.com/ruby/erb), [minitest](https://github.com/minitest/minitest) and [zeitwerk](https://github.com/fxn/zeitwerk).


Updates `aws-partitions` from 1.1215.0 to 1.1218.0
- [Release notes](https://github.com/aws/aws-sdk-ruby/releases)
- [Changelog](https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-partitions/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-ruby/commits)

Updates `erb` from 6.0.1 to 6.0.2
- [Release notes](https://github.com/ruby/erb/releases)
- [Changelog](https://github.com/ruby/erb/blob/master/NEWS.md)
- [Commits](ruby/erb@v6.0.1...v6.0.2)

Updates `minitest` from 6.0.1 to 6.0.2
- [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc)
- [Commits](minitest/minitest@v6.0.1...v6.0.2)

Updates `zeitwerk` from 2.7.4 to 2.7.5
- [Changelog](https://github.com/fxn/zeitwerk/blob/main/CHANGELOG.md)
- [Commits](fxn/zeitwerk@v2.7.4...v2.7.5)

---
updated-dependencies:
- dependency-name: aws-partitions
  dependency-version: 1.1218.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: most-gems
- dependency-name: erb
  dependency-version: 6.0.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: most-gems
- dependency-name: minitest
  dependency-version: 6.0.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: most-gems
- dependency-name: zeitwerk
  dependency-version: 2.7.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: most-gems
...

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 Ruby code labels Feb 23, 2026
@dependabot dependabot bot added the ruby Pull requests that update Ruby code label Feb 23, 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 ruby Pull requests that update Ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants