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 81 forks source link

Remove Active Support #84

Closed bdewater closed 4 years ago

bdewater commented 5 years ago

With some small changes usage of Active Support can be removed, which makes it easier for library authors to use this gem since they don't pull in AS' monkey patches.

nov commented 4 years ago

sorry, but I'm not going to remove active_support dependency at this time.