I\'m trying to install the following gem versions on Mavericks
Obviously therubyracer gems depe
I noticed that when we encounter a problem:
Gem::Ext::BuildError: ERROR: Failed to build gem native extension
You should then install build-essential
sudo apt install build-essential
It works for me with mini_race's installation problems.