Project

General

Profile

Bug #5737

Updated by Tom Clegg about 8 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. Add Seems to need some combination of changing "require" statements, updating activesupport, adding @gem 'minitest'@ to Gemfiles. 'test-unit'@ or @gem 'minitest'@, and such. 
 * workbench → angular → needs phantomjs >= 2; update [[Hacking prerequisites]] to https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-2.1.1-linux-x86_64.tar.bz2 and add a version check in run-tests.sh

Back