install ruby for M1 macbook

I am try to write something of how to install ruby on M1 macbook but here is already doing great job!

Summary:

brew install openssl@1.1
which openssl

should be
/opt/homebrew/opt/openssl@1.1/bin/openssl

run

CFLAGS="-Wno-error=implicit-function-declaration" rbenv install [version you want to install]