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
Use ActiveModel has_secure_password
gem 'bcrypt-ruby', '~> 3.0.0'
Had the same issue. Removing the comment # from above line resolved my issue, as jconley mentioned.