therubyracer error on heroku as “Failed to install gems via Bundler.”
问题 When i push my app to heroku it gives me following error -----> Ruby/Rails app detected -----> Installing dependencies using Bundler version 1.3.2 Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin --deployment You are trying to install in deployment mode after changing your Gemfile. Run `bundle install` elsewhere and add the updated Gemfile.lock to version control. You have added to the Gemfile: * therubyracer ! ! Failed to install gems via