nov / json-jwt

JSON Web Token and its family (JSON Web Signature, JSON Web Encryption and JSON Web Key) in Ruby
MIT License
299 stars 80 forks source link

activesupport required version is not defined #65

Closed dlozano closed 6 years ago

dlozano commented 6 years ago

v1.9.4 after https://github.com/nov/json-jwt/commit/678964d22c2d3d59992525abacf550a85e10b16e requires active support 4.2 when SecurityUtils where introduced. I think we should state that in the gemspec even though older rails versions are not officially supported.

nov commented 6 years ago

good catch! thanks for your contribution.