Looks like you've enabled bundler support (maybe bundler injects support for itself). The Gemfile.lock is used by Bundler (http://gembundler.com/) to ensure that your apps dependencies are sandboxed away from other apps/etc.
Normally this is done by requiring 'capistrano/bundler' somewhere (at least, it was the last time I looked) - you might want to check the bundler documentation for it's Capistrano integration (http://gembundler.com/deploying.html) HTH, Lee On Monday, May 21, 2012 at 2:32 AM, jp wrote: > When I try to run cap deploy:cold I get this error message. > > error: > > The --deployment flag requires a Gemfile.lock. Please make sure you > have checked your Gemfile.lock into version control before deploying. > > > > Please note: I am not using rails or anything specific. I simply run > capify . & provided url for server & subversion repo. > > I just want my files to be uploaded to the server. > > > > > -- > * You received this message because you are subscribed to the Google Groups > "Capistrano" group. > * To post to this group, send email to [email protected] > (mailto:[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 > > -- * 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
