-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Error after upgrade to Rails 6.0.0 #1329
Comments
I can't install devise-token-auth with Rails 6.0.0
|
I hit the same problem... |
I'm facing the same issue. I tried downgrading to |
I am getting the same error. |
Hello guys. Bundler could not find compatible versions for gem "rails": In Gemfile:
Is this gem should work with Rails 6.0.0 now?.. |
I've patched the issue in my personal fork https://github.com/BilalBudhani/devise_token_auth/tree/token-serialization-fix for now. I'll find some time in coming weeks to go through contribution guideline of this repo & raise PR. |
I've update Rails to 6.0.0 final version and after call "rails s", i'm getting this error:
expected file /home/cassio/.rvm/gems/ruby-2.6.3/bundler/gems/devise_token_auth-2c3a8d833040/app/models/devise_token_auth/concerns/tokens_serialization.rb to define constant DeviseTokenAuth::Concerns::TokensSerialization, but didn't (NameError)
gem version: 1.1.1 (branch master)
devise version: 4.6.2 (branch master)
ruby version: 2.6.3
The text was updated successfully, but these errors were encountered: