In my case I have problems trying to use a version of ruby. I do all the steps described but when I check ruby -v I get the version that is installed by the repositories.
The thing is that when I try to run bundle install
This is what it returns:
Your Ruby version is 3.0.2, but your Gemfile specified >= 3.1.0, < 3.4.0
However when I run this command rbenv versions
this is what it returns:
system
Anyway, I really can't find a solution to my problem. Thank you very much for your attention.