Brew Update Ruby

$ brew update
$ brew install ruby-build
$ brew install rbenv

$ rbenv install 2.7.0
$ rbenv global 2.7.0
Gorgeous Goldfinch