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

Fix Rails version comparison #1614

Closed santib closed 7 months ago

santib commented 8 months ago

the previous condition would return false for Rails 8.0, when what we actually want is to always return true for versions > 7.1, right?

scott-knight commented 7 months ago

@MaicolBen hate to bug you about this, but this merge needs to be tagged for a RubyGems release. The graphql_devise update for Rails 7.1 is on hold until there is an updated release from devise_token_auth. Thanks in advance.