I have Rails 4.0.0 app. When I run bundle install command there is no problem. This is my GemFile.
source \'https://rubygems.org\' # Bundle edge Rails inste
I had the same problem. Add
gem 'bcrypt-ruby', '~> 3.0.0'
then run bundle install and the restart the server. Worked for me
bundle install