retest icon indicating copy to clipboard operation
retest copied to clipboard

Support Ruby 2.7+ for v2.0

Open AlexB52 opened this issue 1 year ago • 0 comments

Maybe it's time to say goodbye to Ruby 2.5 and 2.6 now.

To be confirmed. This all started because MiniTest constant was undefined, but this was because I was running rake instead of bundle exec rake which means I was using a new version of Minitest that probably deprecates MiniTest as a possible constant since the gem is called "minitest" and not "mini_test"

AlexB52 avatar Oct 18 '24 20:10 AlexB52