rails unicorn install error with kgio 2.8.0

谁说我不能喝 提交于 2019-12-18 09:38:23

问题


i am trying to add unicorn to one of my rails apps on heroku - i've added the unicorn config file and the unicorm gem to the gemfile but when i try to bundle install on my windows dev machine i get:

An error occurred while installing kgio (2.8.0), and Bundler cannot continue.

i tried 'gem install kgio -v "2.8.0' and get similar errors. i am running ruby 1.9.3p125. One of the posts said something about it only running in a Unix [nonwindows] environment. i guess i really only need it running on heroku on my production system.

any suggestions?

来源:https://stackoverflow.com/questions/17388631/rails-unicorn-install-error-with-kgio-2-8-0

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!