Skip to content

Conversation

@ulfmagnetics
Copy link

This defines a simple index file at the gem's root directory that you can point your Gemfile by using:

gem 'unicorn-worker-killer', require: 'unicorn_worker_killer'

This seems to satisfy config.ru when it can't load the file from its original location, as seen in #35.

The require in config.ru needs to be updated to

require 'unicorn_worker_killer'

This defines a simple index file that you can point your Gemfile
at with 'gem unicorn-worker-killer, require: 'unicorn_worker_killer'.
This seems to satisfy config.ru when it can't load the file from
its original location.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant