Terminal
You have requested:
bcrypt = 3.1.12
The bundle currently has bcrypt locked at 3.1.13.
Try running `bundle update bcrypt`
Occurs because you had an older version of bcrypt
installed.
In this case, the version of bcypt
was 3.1.12 in Gemfile.lock, but Gemfile seems to have occurred because I tried to install it in 3.1.13. Be careful of different versions!