I\'m trying to install the following gem versions on Mavericks
Obviously therubyracer gems depe
This has worked for me:
gem install libv8 -v '3.16.14.17' -- --with-system-v8
brew install v8-315
gem install therubyracer -v '0.12.3' --source 'http://rubygems.org/' -- --with-v8-dir='/usr/local/opt/v8@3.15'
For the last command check the output of brew --prefix v8-315 in my case it was /usr/local/opt/v8@3.15.