-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Devise 4.7.2 & Omniauth 2.0.3 error: You are using an old OmniAuth version, please ensure you have 1.0.0.pr2 version or later installed. #5354
Comments
Please use Devise master for now, it contains the necessary fixes to enable OmniAuth 2.x, just wasn't released as a stable version yet. Check the changelog for more info. Thanks. |
Hello i get same error, i have update my devise gem into branch master but it still error this is my gemfile gem 'devise', :github => 'heartcombo/devise', :branch => 'master'
gem 'devise_invitable', '~> 2.0.0'
gem 'devise_token_auth' is there any solutions? |
@muhammadyana that's just a deprecation of another constant in Devise that is on master, and it looks like |
@carlosantoniodasilva Can we get the fix for the omniauth change on master released in an actual gem version soon? Even it that's the only change. |
@olbrich at this point I'd consider harder to release just that change separately since it's already on master with a few others. That being said, I will probably go ahead and release master at some point soon since I haven't been able to look at other stuff I wanted to anyway. You should have no problem using devise master in the meantime, though. |
I just pushed v4.8 including this change, please give it a try and report back if you have any issues. Thanks. |
I'm still having this issue, this temporary solution worked for me
|
@shqear93's solution worked for me, but following here to find out when its fixed and I can switch back to main repo |
I attempted to upgrade my app to the latest Devise and Omniauth. I am tracking master on Omniauth.
In my bundle update, it updated Omniauth from 1.9.1 to 2.0.3. The Devise version did not change.
When attempting to run my app again, I got the error described in the title. I have downgraded for now, but I thought you should be aware.
The text was updated successfully, but these errors were encountered: