maccman / abba

A/B testing framework
MIT License
1.35k stars 70 forks source link

Not running on Ruby 2.0.0 on Heroku #14

Closed mikkhait closed 4 years ago

mikkhait commented 11 years ago

I was getting an error while deploying to Heroku

ruby: symbol lookup error: /app/vendor/bundle/ruby/2.0.0/gems/eventmachine-1.0.0/lib/rubyeventmachine.so: undefined symbol: rb_enable_interrupt

Given the fact that Ruby is not explicitly specified, it was using 2.0.0.

Got it to work by specifying ruby '1.9.3' in Gemfile

Please update to Ruby 2.0.0