waiting-for-dev / devise-jwt

JWT token authentication with devise and rails
MIT License
1.25k stars 129 forks source link

Update devise-jwt.gemspec to make it compatible with devise 5 alpha #275

Open chaadow opened 1 month ago

chaadow commented 1 month ago

Summary

Devise started the development of devise 5 in its alpha phase. I believe it's safe to have a less strict on the dependency's version

This is also so that people using devise's main branch can still use devise-jwt

Checklist

Check out our PR guidelines for more details.

The following are mandatory for all PRs:

waiting-for-dev commented 2 weeks ago

Hey @chaadow, I think that would be risky and the appropriate thing to do would be maintaining a branch with support for devise 5 in the meantime. What do you think?