-
Notifications
You must be signed in to change notification settings - Fork 283
Closed
Description
Bcrypt stoped working for everything i am using in my app, in my case gems like Devise 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 test-a, uncomment the Gemfile line
gem 'bcrypt', '~> 3.1.7'
Then run command
bundle install
And trying to start the server
rails s
It explodes bad time! With the error
C:/Ruby23/lib/ruby/gems/2.3.0/gems/bcrypt-3.1.11-x86-mingw32/lib/bcrypt.rb:16:in `require': cannot load such file -- bcrypt_ext (LoadError)
This is the screenshot
I am using the next:
- Windows 10 64-bit
- Rails 5.0.0.1
- ruby 2.3.1p112 (2016-04-26 revision 54768) [i386-mingw32]
Hope there is some fix for this issue soon.
Kareem-Emad, fabiosangregorio, itkanrj, Vitashique, pmunin and 2 more
Metadata
Metadata
Assignees
Labels
No labels