now I am trying to install bcrypt in windows 10, but I got an loading error whenever running webrick server as the following.
C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/bcrypt-3.1.10-x64-mingw32/lib/bcrypt.rb:16:in
`require': cannot load such file -- bcrypt_ext (LoadError)
I am using rails 4.1.5 and ruby 2.2.3. There was no problem with bcrypt when I was using windows 8.1. The ruby version was 2.1.6 when I was using windows 8.1
How can I solve this bcrypt issue?