Hey guys I am trying to setup CIrcleCI for our testing needs, etc. Every time we push new code to out repos the build auto fails while trying to bundle our gems.
Rails: 4.0.13
ruby: 2.2.1
we do not have these issues on our local environments nor our production servers.
This is the error response we get:
“An error occurred while installing therubyracer (0.12.2), and Bundler cannot
continue.”
does anyone know how we can solve this? maybe removing therubyracer from the gemfile.lock?
It would be great to see the more complete error message. Is it possible to see the full stack trace and / or any other debugging information Bundler provides?