LoginSignup
1
0

More than 5 years have passed since last update.

deviseインストールの際にAn error occurred while installing bcrypt (3.1.12), and Bundler cannot continue.がでる

Posted at

devise を bundle install する際に
以下のエラー文が出た時の対処方法

An error occurred while installing bcrypt (3.1.12), and Bundler cannot continue.
Make sure that gem install bcrypt -v '3.1.12' --source 'https://rubygems.org/' succeeds before
bundling.

In Gemfile:
devise was resolved to 4.5.0, which depends on
bcrypt

MAC OSがMojaveにアップデートしていると起こりやすいそうです。
ターミナルで

xcode-select --install

と入力して、アップデートをして解決。

1
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
1
0