When i try to do bundle install, my gem_path and gem_home point to /usr/local/rvm/gems/ which i don\'t have write access and it fails because of invalid permissions. because of
rvm reinstall all worked for me.
rvm reinstall all
Before you do that, I would try
gem update --system gem pristine --all --no-extensions
please note that rvm reinstall all takes a lot of time to complete...