lynndylanhurley / devise_token_auth

Token based authentication for Rails JSON APIs. Designed to work with jToker and ng-token-auth.
Do What The F*ck You Want To Public License
3.52k stars 1.14k forks source link

update/test configuration Rails7 and mongoid7 #1588

Closed jotolo closed 1 year ago

jotolo commented 1 year ago

Testing library against Rails7 using mongoid7

This PR is a continuation of #1584

Description

jotolo commented 1 year ago

Hi @MaicolBen . I noticed your comment on this issue and noticed the tests for mongoid7 were missing for the new ruby versions. This PR intends to add those too with the updates to the Gemfile for mongo. I have also updated the build status badge in the README file. Please, take a look let me know if everything seems OK with these changes.

Thanks in advance

MaicolBen commented 1 year ago

Yeah, great! thanks