SyntaxFix
Write A Post
Hire A Developer
Questions
Create a symlink at /usr/bin named 'ruby' and point it to the latest installed ruby.
You can use something like ln -s /usr/bin/ruby /to/the/installed/ruby/binary
ln -s /usr/bin/ruby /to/the/installed/ruby/binary
Hope this helps.