try put in deploy.rb require "bundler/capistrano"
On Tuesday, August 2, 2011 2:38:41 AM UTC-3, adamp wrote: > > Hi Folks, > > I'm new to Capistrano and am having problems. I run: > > > cap deploy > > from my development machine. > > A bunch of output scrolls by and finally I see line that prompts me > for a password. It outputs: > > ** [out :: blah.blah.com] Enter your password to install the bundled > RubyGems to your system: > > I type in the password for that users account I run from and nothing > happens. The script appears to just hang there waiting for something > to happen. > > How do I get the RubyGems installed properly so that I can get by this > step in the deployment process. > > Thank, > Adam -- * You received this message because you are subscribed to the Google Groups "Capistrano" group. * To post to this group, send email to [email protected] * To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/capistrano?hl=en
