LoginSignup
0
0

More than 5 years have passed since last update.

devise インストール時に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. エラーがでる

Posted at

deviseを以下手順でインストールする際に

gem '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.

最近MAC OSをMojaveにアップデートした方だとエラーが発生するそうです!
ターミナルで以下入力して解決できました!!

xcode-select --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