Skip to content

Bcrypt 3.1.11 - Cannot load file on Windows #142

@AliOsm

Description

@AliOsm

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions