Hey folks. When I put this in my Gemfile group :development do gem 'capistrano', '2.5.19', :git => 'git://github.com/nickhoffman/capistrano.git' gem 'capistrano-ext', '~> 1.2.1' gem 'capistrano_colors', '~> 0.5.3' end
my Rails app fails to boot. I'm sure there's an obvious mistake in there, but I'm not seeing it. Here's my entire Gemfile, Capfile, and deploy.rb : https://gist.github.com/797830 Thanks in advance! Nick -- * You received this message because you are subscribed to the Google Groups "Capistrano" group. * To post to this group, send email to capistrano@googlegroups.com * To unsubscribe from this group, send email to capistrano+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/capistrano?hl=en