jipiboily / monologue

Monologue is a basic blogging engine. It is a Rails mountable engine you can mount in your already existing Rails app, or a in a new one! Enjoy.

Home Page:http://jipiboily.com/2013/monologue-0-3-0-released-and-monologue-markdown

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The bcrypt-ruby gem has changed its name to just bcrypt.

hassanakram opened this issue · comments

I see the following note after I added monologue gem into my Gemfile.

The bcrypt-ruby gem has changed its name to just bcrypt. Instead of installing bcrypt-ruby, you should install bcrypt. Please update your dependencies accordingly.

which version of monologue are you using?

that's the dependency that we have now
s.add_dependency "bcrypt", '~> 3.1.7' so we are using bcrypt

closing issue. Please reopen if you are using master