Skip to content

Instantly share code, notes, and snippets.

@resolve
Created August 25, 2010 04:54
Show Gist options
  • Save resolve/548883 to your computer and use it in GitHub Desktop.
Save resolve/548883 to your computer and use it in GitHub Desktop.
~/Code/spence$ ey deploy
Connecting to the server...
Beginning deploy for 'Spence' in 'Moe' on server...
~> Deploying revision 9e2c8d7... try this gemfile
~> Pushing code to all servers
~> Starting full deploy
~> Copying to /data/Spence/releases/20100825045300
~> Ensuring proper ownership
~> Gemfile detected, bundling gems
/usr/lib/ruby/gems/1.8/gems/bundler-1.0.0.rc.3/lib/bundler/resolver.rb:235:in `resolve': undefined method `name' for nil:NilClass (NoMethodError)
from /usr/lib/ruby/gems/1.8/gems/bundler-1.0.0.rc.3/lib/bundler/resolver.rb:344:in `resolve_requirement'
from /usr/lib/ruby/gems/1.8/gems/bundler-1.0.0.rc.3/lib/bundler/resolver.rb:343:in `catch'
from /usr/lib/ruby/gems/1.8/gems/bundler-1.0.0.rc.3/lib/bundler/resolver.rb:343:in `resolve_requirement'
from /usr/lib/ruby/gems/1.8/gems/bundler-1.0.0.rc.3/lib/bundler/resolver.rb:295:in `resolve'
from /usr/lib/ruby/gems/1.8/gems/bundler-1.0.0.rc.3/lib/bundler/resolver.rb:294:in `reverse_each'
from /usr/lib/ruby/gems/1.8/gems/bundler-1.0.0.rc.3/lib/bundler/resolver.rb:294:in `resolve'
from /usr/lib/ruby/gems/1.8/gems/bundler-1.0.0.rc.3/lib/bundler/resolver.rb:162:in `start'
from /usr/lib/ruby/gems/1.8/gems/bundler-1.0.0.rc.3/lib/bundler/resolver.rb:131:in `resolve'
from /usr/lib/ruby/gems/1.8/gems/bundler-1.0.0.rc.3/lib/bundler/resolver.rb:130:in `catch'
from /usr/lib/ruby/gems/1.8/gems/bundler-1.0.0.rc.3/lib/bundler/resolver.rb:130:in `resolve'
from /usr/lib/ruby/gems/1.8/gems/bundler-1.0.0.rc.3/lib/bundler/definition.rb:141:in `resolve'
from /usr/lib/ruby/gems/1.8/gems/bundler-1.0.0.rc.3/lib/bundler/definition.rb:109:in `missing_specs'
from /usr/lib/ruby/gems/1.8/gems/bundler-1.0.0.rc.3/lib/bundler/installer.rb:21:in `run'
from /usr/lib/ruby/gems/1.8/gems/bundler-1.0.0.rc.3/lib/bundler/installer.rb:8:in `install'
from /usr/lib/ruby/gems/1.8/gems/bundler-1.0.0.rc.3/lib/bundler/cli.rb:177:in `install'
from /usr/lib/ruby/gems/1.8/gems/bundler-1.0.0.rc.3/lib/bundler/vendor/thor/task.rb:22:in `send'
from /usr/lib/ruby/gems/1.8/gems/bundler-1.0.0.rc.3/lib/bundler/vendor/thor/task.rb:22:in `run'
from /usr/lib/ruby/gems/1.8/gems/bundler-1.0.0.rc.3/lib/bundler/vendor/thor/invocation.rb:118:in `invoke_task'
from /usr/lib/ruby/gems/1.8/gems/bundler-1.0.0.rc.3/lib/bundler/vendor/thor.rb:246:in `dispatch'
from /usr/lib/ruby/gems/1.8/gems/bundler-1.0.0.rc.3/lib/bundler/vendor/thor/base.rb:389:in `start'
from /usr/lib/ruby/gems/1.8/gems/bundler-1.0.0.rc.3/bin/bundle:13
from /usr/bin/bundle:19:in `load'
from /usr/bin/bundle:19
~> [Relax] Your site is still running old code and nothing destructive could have occurred
Deploy failed
~/Code/spence$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment