- Create an empty
.ruby-version file
- Run
rv ruby list to find what the latest version is...
You just get the output × Empty input
Took me a couple minutes to remember the empty file as I'd set up shell integration in between so assumed that was the problem.
Perhaps the error message could be along the lines of "Empty Ruby version". I don't know how much context you have where the error is thrown but "Empty .ruby-version file in project folder" would be even clearer.
.ruby-versionfilerv ruby listto find what the latest version is...You just get the output
× Empty inputTook me a couple minutes to remember the empty file as I'd set up shell integration in between so assumed that was the problem.
Perhaps the error message could be along the lines of "Empty Ruby version". I don't know how much context you have where the error is thrown but "Empty .ruby-version file in project folder" would be even clearer.