Wednesday, August 15, 2012

no such file to load -- rvm/capistrano

After an upgrade to Ubuntu, resulting in a reinstall of RVM and rebuilding all Gemsets, I ran into the following error trying to deploy with Capistrano:

`require': no such file to load -- rvm/capistrano (LoadError)

The gem was there. After much hair pulling and Googling, I found nothing that worked. After much trial and error, the solution was to uninstall the capistrano and rvm-capistrano gems and reinstall them.

No comments:

Post a Comment