newrelic-ruby-agent icon indicating copy to clipboard operation
newrelic-ruby-agent copied to clipboard

Upgrade minitest

Open kaylareopelle opened this issue 3 years ago • 3 comments

We have a lot of different versions of minitest installed in our application. The Envfiles install some versions, the gemspec installs a different version, and there could be other installations too.

I'm now seeing deprecation warnings related to Minitest 6. Let's get our codebase ready for this new version by consolidating the minitest installs in the application and resolving the deprecation warnings.

kaylareopelle avatar Jun 24 '22 00:06 kaylareopelle

Minitest 6 doesn't work on Ruby 2.2

kaylareopelle avatar Jul 29 '22 18:07 kaylareopelle

https://issues.newrelic.com/browse/NEWRELIC-3438

We should keep in mind issues we experienced when upgrading to minitest 5 when considering upgrading again. https://github.com/newrelic/newrelic-ruby-agent/pull/1445

tannalynn avatar Sep 19 '22 16:09 tannalynn