Bump the bundler group across 1 directory with 2 updates - #1946
Open
dependabot[bot] wants to merge 1 commit into
Open
Bump the bundler group across 1 directory with 2 updates#1946dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates development dependencies to current compatible releases.
Changes:
- Allows Minitest 6 and locks version 6.0.6 with its dependencies.
- Updates Zeitwerk from 2.8.2 to 2.8.3.
Tip
If you aren't ready for review, convert to a draft PR.
Click "Convert to draft" or run gh pr ready --undo.
Click "Ready for review" or run gh pr ready to reengage.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
kamal.gemspec |
Expands the Minitest development constraint to < 7. |
Gemfile.lock |
Locks updated Minitest, Zeitwerk, and transitive dependencies. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
dependabot
Bot
force-pushed
the
dependabot/bundler/bundler-6454031c4f
branch
from
September 2, 2026 08:36
4713efc to
2773000
Compare
Updates the requirements on [zeitwerk](https://github.com/fxn/zeitwerk) and [minitest](https://github.com/minitest/minitest) to permit the latest version. Updates `zeitwerk` from 2.8.2 to 2.8.3 - [Changelog](https://github.com/fxn/zeitwerk/blob/main/CHANGELOG.md) - [Commits](fxn/zeitwerk@v2.8.2...v2.8.3) Updates `minitest` from 5.27.0 to 6.0.6 - [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc) - [Commits](minitest/minitest@v5.27.0...v6.0.6) --- updated-dependencies: - dependency-name: minitest dependency-version: 6.0.6 dependency-type: direct:development update-type: version-update:semver-major dependency-group: bundler - dependency-name: zeitwerk dependency-version: 2.8.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: bundler ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/bundler/bundler-6454031c4f
branch
from
September 9, 2026 08:37
2773000 to
af5cbfa
Compare
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 zeitwerk and minitest to permit the latest version.
Updates
zeitwerkfrom 2.8.2 to 2.8.3Changelog
Sourced from zeitwerk's changelog.
Commits
607973fReady for 2.8.38f09b96Let eager loading skip collapsed eager loading exceptionsf548f2cRemove unused variablesUpdates
minitestfrom 5.27.0 to 6.0.6Changelog
Sourced from minitest's changelog.
... (truncated)
Commits
f6180b0prepped for release23bc7f2- Removed private Assertions#_where as it is no longer used.c471347- Fix using assert_equal/same/nil w/ BasicObject by comparing w/nil == exp...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.5f0482eprepped for releaseb12f87f- Fixed refute_predicate to call assert_respond_to w/ include_all:true like a...649b075prepped for releasea2d0904- assert_same(nil, value) no longer allowed. Use assert_nil to be explicit. (...