Installing bcrypt-ruby gem on Windows

后端 未结 7 2202
夕颜
夕颜 2020-12-29 16:07

I\'m trying to install bcrypt-ruby on Windows Vista.

So far, I have been able to install nmake.exe from a MS knowledge base article and cl.exe from installing Visual

7条回答
  •  旧时难觅i
    2020-12-29 16:35

    For me, the following worked

    gem uni bcrypt-ruby
    gem i bcrypt-ruby --platform=ruby
    

提交回复
热议问题