-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not working on latest version of ruby #35
Comments
Did you install this gem for your ruby 2.1.x install? |
Same here. Works fine locally on macbook pro on 2.1.0 (when I remove the 'production' condition from config.ru to test) but in production with nginx on either centos or rhel I get the same 'cannot load such file' error in unicorn.stderr. Everything else about the prod box is vanilla. |
I have the same problem. looks like something is not working right for Ruby 2.1.0 |
I don't have time to work on this at the moment, but I'd be happy to review and merge a PR. |
@Pendulum80 @vinhtiensinh Please paste the exact stack trace you've got. It's hard to 'guess' or estimate the situation from us. |
For some reason I can't get this gem to work properly on the latest ruby version. When I downgrade it works fine. You probably need to update it.
/usr/local/rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in `require': cannot load such file -- unicorn/worker_killer (LoadError)
I get this error spammed in my unicorn log when I run 2.1.2 but when I run 2.0.0 it works fine.
The text was updated successfully, but these errors were encountered: