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

后端 未结 10 480
面向向阳花
面向向阳花 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:53

    I think you need to reinstall bundler gem.

    gem install bundler and then bundle install

提交回复
热议问题