I used sudo bundle install and that might be the cause of the issue?
sudo bundle install
Now I have:
gem -v
ruby -v
This fixed it:
rm Gemfile.lock
bundle install
EDIT: DON'T DO IT IN PRODUCTION!
For production go to this answer: https://stackoverflow.com/posts/54083113/revisions