Bug #5737
Updated by Tom Clegg over 9 years ago
Known issues
* eventmachine 1.0.3 is incompatible with ruby 2.2. "bundle update eventmachine" puts it at 1.0.7 which seems to work fine.
* minitest and test-unit are included/integrated in ruby 2.1, not in 2.2. Seems to need some combination of changing "require" statements, updating activesupport, adding @gem 'test-unit'@ or @gem 'minitest'@, and such.