Why do I get a bcrypt-ruby gem install error?

后端 未结 10 496
面向向阳花
面向向阳花 2020-12-06 09:07

Getting an error when trying to install the gem devise, the installation is stopping on the gem bcrypt-ruby:

$ gem install bcrypt-ruby
Error installing bcry         


        
10条回答
  •  生来不讨喜
    2020-12-06 09:44

    You only need use rvm (ruby version manager)

    rvm uninstall 1.9.3
    

    and then

    rvm install 1.9.3
    

    looks this error is on build of rvm 1.9.3, but uninstall and reinstalling fix the problem with bcrypt-ruby 3.0.1

提交回复
热议问题