I've installed rubygems using the following link:instructions However, when I run capistrano, it uses the shared rubygems command and not the locally installed version in my home directory. Basically it looks like bundle is calling the wrong version. How do I ensure that capistrano/bundle uses the local rubygems version? asked 11 Jul '11, 12:42 THEM |
You probably need to set your Hope that helps! answered 11 Jul '11, 14:42 seanf |