Eventmachine gem install fail

前端 未结 9 1698
耶瑟儿~
耶瑟儿~ 2020-12-01 07:38

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.

9条回答
  •  孤街浪徒
    2020-12-01 08:20

    I had the same problem and successfully able to run it by adding below at the beginning of the Gemfile:

    gem 'eventmachine', :git => 'git://github.com/eventmachine/eventmachine.git', :branch => 'master'
    

    Before that I uninstalled eventmachine.

提交回复
热议问题