I recently attempted a Capistrano deployment for my Rails app after adding the Thinking Sphinx and Whenever gems and the deployment is breaking. The message I’m seeing is quite strange. There’s an error coming from CarrierWave, which is a gem I had previously installed and deployed several weeks ago with no problem.
Could not find carrierwave-0.5.8 in any of the sources
Run 'bundle install' to install missing gems.
But when I ssh into my server and run bundle install I get this:
Using carrierwave (0.5.8)
Your bundle is complete!
What could be causing this issue?
Looks like it was a failed install of Thinking Sphinx that was somehow derailing the Cap deploy downstream. Poor error reporting! But I was able to get to the bottom of it that way.