I am cloning an application (developed on a Mac) that requires eventmachine <0.12.10>
. Unfortunately, this particular version of eventmachine is incompatible with Windows, so I am getting thrown half a billion errors.
What should I do?
Thanks!
EDIT: eventmachine <0.12.10>
is required directly. It is also required indirectly by thin
(although thin
simply requires an eventmachine
with version >=0.12.06).