Sis Ccr
Apr 3, 2021

--

Therubyracer in mac Bigsur

Install therubyracer in mac was a pain.

here something worked for me (not in m1 chip though)

brew install v8@3.15
bundle config build.libv8 --with-system-v8
bundle config build.therubyracer --with-v8-dir=$(brew --prefix v8@3.15)
bundle install

--

--