Closed mikkhait closed 4 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
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