I have a ruby on rails 5.2.4 app and in the: app/site/shared/bundle/ruby I have the following folders: 2.2.0 and 2.3.0
In my: app/site/current , if I run: ruby -v it shows: Ruby 2.2.3
But if I run: rvm use 2.6.6 --default (or without default), the ruby version is changed, but on the next ssh connection the ruby version is 2.2.3 again. How can I add Ruby 2.6.6 to the app/site/shared/bundle/ruby folder and what should I change in order to remember the ruby default version as 2.6.6?