Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade minitest from 5.20.0 to 5.21.1 to fix mutex_m deprecation #50730

Conversation

dorianmarie
Copy link
Contributor

When running any test on the rails test suite, e.g. even doing rake a warning would show with:

/Users/dorianmariefr/.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/minitest-5.20.0/lib/minitest.rb:3: warning: mutex_m was loaded from the standard library, but will no longer be part of the default gems since Ruby 3.4.0. Add mutex_m to your Gemfile or gemspec. Also contact author of minitest-5.20.0 to add mutex_m into its gemspec.

This is fixed in the last version of minitest

@rafaelfranca rafaelfranca merged commit 2c873b8 into rails:main Jan 12, 2024
3 of 4 checks passed
@dorianmarie dorianmarie deleted the dorian/upgrade-minitest-to-remove-deprecation-about-mutex-m branch January 12, 2024 19:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants