LoginSignup
6

More than 5 years have passed since last update.

'require': cannot load such file -- bcrypt_ext (LoadError)と出たときの対処法

Posted at

Gemfileに以下を追加

gem 'bcrypt-ruby', '3.1.1.rc1', :require => 'bcrypt'

参考記事
https://github.com/codahale/bcrypt-ruby/issues/128

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
6