I recently switched from using the native MacOS version of Ruby to downloading a new version of 3.0.2, as a result on When I Run Rails S command on old projects I get this message:
Please install a version by running one of the following:
asdf install ruby 2.6.3
When I run this command it says that ruby 2.6.3 is already installed. What is going on here? How do I get my Rails project up and running again?