So, you just cloned an existing project's repo and you run bundle install but you got the error: rbenv: version x.x.x is not installed....
What the issue means? The project uses a specific ruby version that you do not have on your system.
Here's how to fix it:
- Install the Ruby build for the specified version using:
rbenv install x.x.x