chore(deps-dev): update minitest requirement from ~> 5.0 to ~> 6.0 - #349
dependabot[bot] wants to merge 1 commit into
Conversation
Updates the requirements on [minitest](https://github.com/minitest/minitest) to permit the latest version. - [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc) - [Commits](minitest/minitest@v5.0.0...v6.0.6) --- updated-dependencies: - dependency-name: minitest dependency-version: 6.0.6 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
4f21b79 to
a88dbba
Compare
|
Closing: this can't resolve on the Rails 7.2 CI leg anymore. activesupport 7.2.3.x now declares Generated by Claude Code |
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Updates the requirements on minitest to permit the latest version.
Changelog
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. (...