79561882

Date: 2025-04-08 11:24:37
Score: 3
Natty:
Report link

Go through this link https://github.com/rvm/rvm/issues/5507

curl -sSL https://github.com/ruby/ruby/commit/1dfe75b0beb7171b8154ff0856d5149be0207724.patch -o ruby-307-fix.patch && rvm install 3.0.7 --patch ruby-307-fix.patch --with-openssl-dir=$(brew --prefix [email protected]) && rm ruby-307-fix.patch;

The above command worked for me.

Reasons:
  • Blacklisted phrase (1): this link
  • Whitelisted phrase (-1): worked for me
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Rajat Bansal