Issue
Error running '__rvm_make -j12',
please read /Users/deepak/.rvm/log/1704350883_ruby-3.3.0/make.log
Click to show/hide complete log
Solution
rvm install ruby-3.3.0 -C --with-openssl-dir=/usr/local/etc/openssl@3
If the above still doesn’t work
Upgrade the xcode or remove and install altogether
sudo rm -rf /Library/Developer/CommandLineTools
sudo xcode-select --install
# and then
rvm reinstall 3.3.0 --with-openssl-dir=$(brew --prefix openssl@3)