0
0

More than 3 years have passed since last update.

【Rails チュートリアル】第6章のbcryptがインストールできずにテストで落ちてしまう。。

Posted at

Railsのチュートリアルの6章を勉強していた時に、bcryptがインストールできなく手間取ってしまったので解決方法を載せておきます。

これ↓
スクリーンショット 2020-01-11 15.04.05.png

解決方法

1. gem uninstall bcrypt を実行
2. gem uninstall bcrypt-ruby を実行
3. gem install bcrypt --platform=rubyを実行
4. Gemfileにgem 'bcrypt', '~> 3.1.11'を記載
5. bundle installを実行




少しでも役に立てれば幸いです。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0