Latest Ruby Setup for development
Each Linux distribution has its version of Ruby. But they tends to be much older than current Ruby releases.
rbenv You can set up latest version with rbenv.
Get rbenv as a distribution package or rbenv-installer is available for the latest rbenv.
curl -fsSL https://github.com/rbenv/rbenv-installer/raw/HEAD/bin/rbenv-installer | bash rbenv-installer clones rbenv repo under $HOME/.……