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
Remove Gemfile.lock and specify the gem 'bcrypt-ruby', '3.0.0'. Run bundle install. Actually, in local gem file bcrypt-ruby should be uninstalled.
bundle install