nov / json-jwt

JSON Web Token and its family (JSON Web Signature, JSON Web Encryption and JSON Web Key) in Ruby

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

activesupport required version is not defined

dlozano opened this issue · comments

v1.9.4 after 678964d
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.

good catch!
thanks for your contribution.