I am trying to run a "Run configuration". However in the run window, I get a message:
Your Ruby version is 2.2.1, but your Gemfile specified 2.5.2
So I go to the Terminal tab and I do rvm use 2.5.2
. That works fine.
Then I try running the preconfig again, and I get the same error. It seems what I did it Terminal does not get picked up by the preconfig.
How do I get it to recognize it?