Support minitest 6 where possible, pin < 6 elsewhere#265
Merged
skipkayhil merged 1 commit intorails:mainfrom Apr 15, 2026
Merged
Support minitest 6 where possible, pin < 6 elsewhere#265skipkayhil merged 1 commit intorails:mainfrom
skipkayhil merged 1 commit intorails:mainfrom
Conversation
Minitest 6 extracted minitest/mock into a separate gem (minitest-mock), which breaks tests that require "minitest/mock". - Rails 7.0, 7.1: pin minitest < 6 (these Rails versions don't constrain minitest themselves) - Rails 7.2: already pins minitest < 6 in its own gemspec (rails/rails@6ea60702) - Rails 8.0, 8.1, root Gemfile: use minitest 6 with minitest-mock gem
d34610f to
2f9965a
Compare
skipkayhil
approved these changes
Apr 15, 2026
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.
Summary
minitest/mockinto a separate gem (minitest-mock), breakingrequire "minitest/mock"in testsminitest < 6(these Rails versions don't constrain minitest themselves)minitest < 6in its own gemspec, rails/rails@6ea60702)minitest-mockgemTest plan
bin/testpasses against all five Rails Gemfiles (7.0, 7.1, 7.2, 8.0, 8.1) across Ruby 3.2, 3.3, and 3.4