-
Notifications
You must be signed in to change notification settings - Fork 285
Closed
Description
Bcrypt stoped working for everything i am using in my app, in my case gems like Devise and Friendly_id are dependant of bcrypt, and them are not working anymore.
For the purpose of showing the error to you, i just create a new app named pr, uncomment the Gemfile line
gem 'bcrypt', '~> 3.1.7'Then run command
bundle installAnd trying to start the server
rails sIt explodes bad time! With the error
C:/Ruby21/lib/ruby/gems/2.1.0/gems/bcrypt-3.1.7-x86-mingw32/lib/bcrypt.rb:16:in `require': cannot load such file -- bcrypt_ext (LoadError)
This is the screenshot
I am using the next:
- Window 7 64 bits system
- Rails 4.1.6
- ruby 2.1.3p242 (2014-09-19 revision 47630) [i386-mingw32]
Hope there is some fix for this issue soon.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
