A minitest is launched and ends up running, but in the meantime is now generating a series of warnings. Mise was very recently installed to replace rbenv. The warnings are:
.local/share/mise/installs/ruby/3.3.0/lib/ruby/site_ruby/3.3.0/rubygems/platform.rb:268: warning: previous definition of X64_LINUX_MUSL was here
for
JAVA, MSWIN, MSWIN64, MINGW, X64_MINGW, UNIVERSAL_MINGW, WINDOWS, X64_LINUX
These do not manifest when running in development.
The natural suspicion is that this behaviour is related to the MISE installation.
Re-running the same test, successively, does not generate the warning anymore.
How can this situation be resolved, if necessary?
echo $PATHdo you see both an rbenv and a mise path?