8 Jan
2026
8 Jan
'26
9:38 p.m.
minitest-debugger version 1.1.1 has been released! * home: <https://github.com/seattlerb/minitest-debugger> * rdoc: <http://docs.seattlerb.org/minitest-debugger> This is a stupid simple example of how easy it is to make a minitest plugin that does something useful. In this case it wraps assert so that failed assertions will drop into the ruby debugger. Changes: ### 1.1.1 / 2026-01-08 * 1 bug fix: * Loosened the minitest dependency to include MT6.