https://docs.brew.sh/Installation
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"https://github.com/rbenv/rbenv#homebrew-on-macos
brew install rbenv;
rbenv init;rbenv install 2.5.3; #this will take a while
rbenv global 2.5.3; #set it as globalgem install rails -v 5.2.2
gem install bundlerInstall MYSQL using BREW (if you don't have it already) https://gist.github.com/operatino/392614486ce4421063b9dece4dfe6c21
brew install mysql@5.7
brew services start mysql@5.7