Add rvm and asdf enabled gdk doctor check
What does this Merge Request do and why?
This MR adds a new RvmAndAsdf
gdk doctor
check that checks if both RVM and asdf are enabled and if so, displays a warning that this has been known to causes issues in the past.
It's up to the user to determine the best course of action.
$ gdk doctor
================================================================================
Please note these warning only exist for debugging purposes and can
help you when you encounter issues with GDK.
If your GDK is working fine, you can safely ignore them. Thanks!
================================================================================
RVM and asdf
--------------------------------------------------------------------------------
RVM and asdf appear to both be enabled. This has been known to cause
issues with asdf compiling tools.
Merge Request checklist
-
This change is backward compatible. If not, please include steps to communicate to our users. -
Tests added for new functionality. If not, please raise Issue to follow-up. -
Documentation added/updated, if needed. -
gdk doctor
test added, if needed. -
Add the ~highlight
label if this MR should be included in theCHANGELOG.md
.
Edited by Ash McKenzie