Ruby: problem installing EventMachine under Windows 7

EventMachine 0.12.10 is known to not work under Ruby 1.9.2 on Windows.

Please try latest 1.x pre-release versions:

gem install eventmachine --pre

If you’re using with Thin, latest version of Thin works with it properly.

This has been discussed on RubyInstaller group several times.

Leave a Comment