Skip to content

Instantly share code, notes, and snippets.

@nickmccurdy
Last active October 9, 2015 05:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nickmccurdy/c8957f5323adf82d0b96 to your computer and use it in GitHub Desktop.
Save nickmccurdy/c8957f5323adf82d0b96 to your computer and use it in GitHub Desktop.
"foreman start" output (for StackOverflow)
~/Repos/website ➜ foreman start
23:30:50 web.1 | started with pid 3042
23:30:50 web.1 | /usr/lib/ruby/site_ruby/1.9.1/rubygems/dependency.rb:247:in `to_specs': Could not find bundler (>= 0) amongst [activesupport-3.2.7, daemons-1.1.9, eventmachine-0.12.10, json-1.7.4, rack-1.4.1, rack-protection-1.2.0, rubygems-update-1.8.24, sinatra-1.3.3, thin-1.4.1, tilt-1.3.3, yard-0.8.2.1] (Gem::LoadError)
23:30:50 web.1 | from /usr/lib/ruby/site_ruby/1.9.1/rubygems/dependency.rb:256:in `to_spec'
23:30:50 web.1 | from /usr/lib/ruby/site_ruby/1.9.1/rubygems.rb:1231:in `gem'
23:30:50 web.1 | from /home/nicolas/.gem/ruby/1.9.1/bin/bundle:22:in `<main>'
23:30:50 web.1 | exited with code 1
23:30:50 system | sending SIGTERM to all processes
SIGTERM received
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment