bcrypt error: Devise ruby 2.0 and rails 4.0

前端 未结 6 641
感情败类
感情败类 2020-12-24 08:45

I keep getting this error when i try to run my app:

C:/ruby-2.0.0-p195-i386-mingw32/lib/ruby/gems/2.0.0/gems/activesupport-4.0.0.rc1 /lib/active_support/dependencies

6条回答
  •  天涯浪人
    2020-12-24 09:25

    The new version of bundler just came out. It nows about x64 gems

    gem install bundler -v '1.4.0.pre.2'
    

提交回复
热议问题