Created
September 1, 2014 00:39
-
-
Save Gurpartap/4bdef35e918f81bbcc8f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
web_1 | Unable to load the EventMachine C extension; To use the pure-ruby reactor, require 'em/pure_ruby' | |
web_1 | /redismachine-web/.bundle/ruby/2.1.0/gems/eventmachine-1.0.3/lib/eventmachine.rb:8:in `require': cannot load such file -- rubyeventmachine (LoadError) | |
web_1 | from /redismachine-web/.bundle/ruby/2.1.0/gems/eventmachine-1.0.3/lib/eventmachine.rb:8:in `<top (required)>' | |
web_1 | from /redismachine-web/.bundle/ruby/2.1.0/gems/thin-1.6.2/lib/thin.rb:7:in `require' | |
web_1 | from /redismachine-web/.bundle/ruby/2.1.0/gems/thin-1.6.2/lib/thin.rb:7:in `<top (required)>' | |
web_1 | from /redismachine-web/.bundle/ruby/2.1.0/gems/thin-1.6.2/bin/thin:5:in `require' | |
web_1 | from /redismachine-web/.bundle/ruby/2.1.0/gems/thin-1.6.2/bin/thin:5:in `<top (required)>' | |
web_1 | from /redismachine-web/.bundle/ruby/2.1.0/bin/thin:23:in `load' | |
web_1 | from /redismachine-web/.bundle/ruby/2.1.0/bin/thin:23:in `<main>' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Fixed with
bundle install --path .bundle
instead of justbundle install
.