newrelic / newrelic-ruby-agent

New Relic RPM Ruby Agent
https://docs.newrelic.com/docs/apm/agents/ruby-agent/getting-started/introduction-new-relic-ruby/
Apache License 2.0
1.2k stars 599 forks source link

Upgrade minitest #1219

Open kaylareopelle opened 2 years ago

kaylareopelle commented 2 years ago

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 commented 2 years ago

Minitest 6 doesn't work on Ruby 2.2

workato-integration[bot] commented 2 years ago

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

tannalynn commented 2 years ago

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