0

I added bcrypt gem to the Gemfile and ran bundle install command as well as bundle update. The bundle is complete yet when I am working in the console i get the error:

You don't have bcrypt-ruby installed in your application. Please add it to your Gemfile and run bundle install

Opal
  • 81,889
  • 28
  • 189
  • 210
swetha pvl
  • 163
  • 1
  • 10
  • Have you looked at this question? http://stackoverflow.com/questions/18916040/bcrypt-ruby-you-dont-have-bcrypt-ruby-installed-in-your-application – BinaryMee Jun 08 '15 at 07:23

1 Answers1

1

bcrypt and bcrypt-ruby are not the same:

https://rubygems.org/search?utf8=%E2%9C%93&query=bcrypt

Andy Waite
  • 10,785
  • 4
  • 33
  • 47