How to fix libv8 error from Gemfile on Mavericks?
问题 When I run bundle install I get An error occurred while installing libv8 (3.11.8.17), and Bundler cannot continue. Make sure that `gem install libv8 -v '3.11.8.17'` succeeds before bundling. Libv8 is dependency for lunchy and therubyracer gems. I have locked in my Gemfile.lock libv8 gem on 3.11.8.17 But I found that I can downgrade it to 3.3.10.4 bundle install / update: libv8 (therubyracer) installation fails (with native extensions) How to do that? I also found working 3.11.8.17 gem but don