songkick / oauth2-provider

Simple OAuth 2.0 provider toolkit
MIT License
528 stars 148 forks source link

bcrypt-ruby is now just bcrypt #87

Closed kathgironpe closed 6 years ago

kathgironpe commented 8 years ago

I see the following dependencies:

songkick-oauth2-provider (0.10.2)
      activerecord
      bcrypt-ruby
      json
      rack

And I get this warning:

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.
kathgironpe commented 6 years ago

@jivdhaliwal Thanks for fixing.