I am not able to install eventmachine
Ok I know this has been asked quite a lot, but no solutions I found has helped me so far.So I posted here as a last resort.
I had the same problem and successfully able to run it by adding below at the beginning of the Gemfile:
Gemfile
gem 'eventmachine', :git => 'git://github.com/eventmachine/eventmachine.git', :branch => 'master'
Before that I uninstalled eventmachine.
eventmachine