I\'m trying to install the following gem versions on Mavericks
Obviously therubyracer gems depe
This steps worked for me.
OS: Maverick Ruby: 2.1.1
gem uninstall libv8 gem install therubyracer -v '0.11.3' gem install libv8 -v '3.11.8.13' -- --with-system-v8