Skip to content

Instantly share code, notes, and snippets.

@raulsouzalima
Created February 6, 2017 15:52
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 raulsouzalima/7ac0d804bd9348ba98f7ea34a2d8f15b to your computer and use it in GitHub Desktop.
Save raulsouzalima/7ac0d804bd9348ba98f7ea34a2d8f15b to your computer and use it in GitHub Desktop.
$ bundle exec foreman start [2.3.0]
13:50:22 web.1 | started with pid 57566
13:50:23 web.1 | [57566] Puma starting in cluster mode...
13:50:23 web.1 | [57566] * Version 2.16.0 (ruby 2.3.0-p0), codename: Midwinter Nights Trance
13:50:23 web.1 | [57566] * Min threads: 5, max threads: 5
13:50:23 web.1 | [57566] * Environment: development
13:50:23 web.1 | [57566] * Process workers: 2
13:50:23 web.1 | [57566] * Preloading application
13:50:31 web.1 | [57566] ! Unable to load application: LoadError: dlopen(/Users/raulsouzalima/.rbenv/versions/2.3.0/lib/ruby/2.3.0/x86_64-darwin14/readline.bundle, 9): Library not loaded: /usr/local/opt/readline/lib/libreadline.6.dylib
13:50:31 web.1 | Referenced from: /Users/raulsouzalima/.rbenv/versions/2.3.0/lib/ruby/2.3.0/x86_64-darwin14/readline.bundle
13:50:31 web.1 | Reason: image not found - /Users/raulsouzalima/.rbenv/versions/2.3.0/lib/ruby/2.3.0/x86_64-darwin14/readline.bundle
13:50:31 web.1 | bundler: failed to load command: puma (/Users/raulsouzalima/.rbenv/versions/2.3.0/bin/puma)
13:50:31 web.1 | LoadError: dlopen(/Users/raulsouzalima/.rbenv/versions/2.3.0/lib/ruby/2.3.0/x86_64-darwin14/readline.bundle, 9): Library not loaded: /usr/local/opt/readline/lib/libreadline.6.dylib
13:50:31 web.1 | Referenced from: /Users/raulsouzalima/.rbenv/versions/2.3.0/lib/ruby/2.3.0/x86_64-darwin14/readline.bundle
13:50:31 web.1 | Reason: image not found - /Users/raulsouzalima/.rbenv/versions/2.3.0/lib/ruby/2.3.0/x86_64-darwin14/readline.bundle
13:50:31 web.1 | /Users/raulsouzalima/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274:in `require'
13:50:31 web.1 | /Users/raulsouzalima/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274:in `block in require'
13:50:31 web.1 | /Users/raulsouzalima/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:240:in `load_dependency'
13:50:31 web.1 | /Users/raulsouzalima/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274:in `require'
13:50:31 web.1 | /Users/raulsouzalima/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/byebug-3.5.1/lib/byebug/history.rb:1:in `<top (required)>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment