bcrypt LoadError: Cannot load such file

After running bundle install to install bcrypt, just restart the rails server.
That should help your application to reload and pick up the newly installed bcrypt dependency.

Leave a Comment