Advertisement
Guest User

Untitled

a guest
Apr 1st, 2015
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.26 KB | None | 0 0
  1. ORGNAME=preview be cap preview deploy
  2. Your Gemfile lists the gem better_errors (>= 0) more than once.
  3. You should probably keep only one of them.
  4. While it's not a problem now, it could cause errors if you change the version of just one of them later.
  5. Your Gemfile lists the gem binding_of_caller (>= 0) more than once.
  6. You should probably keep only one of them.
  7. While it's not a problem now, it could cause errors if you change the version of just one of them later.
  8. /Users/bryanorourke/.rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/bundler-1.7.7/lib/bundler/spec_set.rb:92:in `block in materialize': Could not find rake-10.1.0 in any of the sources (Bundler::GemNotFound)
  9. from /Users/bryanorourke/.rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/bundler-1.7.7/lib/bundler/spec_set.rb:85:in `map!'
  10. from /Users/bryanorourke/.rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/bundler-1.7.7/lib/bundler/spec_set.rb:85:in `materialize'
  11. from /Users/bryanorourke/.rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/bundler-1.7.7/lib/bundler/definition.rb:132:in `specs'
  12. from /Users/bryanorourke/.rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/bundler-1.7.7/lib/bundler/definition.rb:177:in `specs_for'
  13. from /Users/bryanorourke/.rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/bundler-1.7.7/lib/bundler/definition.rb:166:in `requested_specs'
  14. from /Users/bryanorourke/.rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/bundler-1.7.7/lib/bundler/environment.rb:18:in `requested_specs'
  15. from /Users/bryanorourke/.rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/bundler-1.7.7/lib/bundler/runtime.rb:13:in `setup'
  16. from /Users/bryanorourke/.rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/bundler-1.7.7/lib/bundler.rb:121:in `setup'
  17. from /Users/bryanorourke/.rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/bundler-1.7.7/lib/bundler/setup.rb:17:in `<top (required)>'
  18. from /Users/bryanorourke/.rbenv/versions/1.9.3-p551/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
  19. from /Users/bryanorourke/.rbenv/versions/1.9.3-p551/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
  20.  
  21. cap aborted!
  22. Unable to find any servers for: roles:make_web
  23. /Users/bryanorourke/.rbenv/versions/2.1.5/bin/cap:23:in `load'
  24. /Users/bryanorourke/.rbenv/versions/2.1.5/bin/cap:23:in `<main>'
  25. Tasks: TOP => preview
  26. (See full trace by running task with --trace)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement