Rails Bundler on windows refuses to install hpricot (even on manual gem install get Error: no such file to load — hpricot)

后端 未结 2 522
鱼传尺愫
鱼传尺愫 2021-01-25 16:32

Upgraded to rails 3, and using Bundler for gems, in a mixed platform development group. I am on Windows. When I run Bundle Install it completes succesfully but will not instal

2条回答
  •  无人共我
    2021-01-25 17:21

    Try this in console and then do bundle install, it will work:

    gem install hpricot --platform=mswin32
    

提交回复
热议问题