jwt ~> 1.0 constraint is causing issues updating other gems
the jwt gem is now at 2.1.0. The latest release of oath2, 1.4.0, locks jwt to ~> 1.0, which is preventing other gems with dependencies on jwt from being updated.
Is there any reason you can't you make a release of oath2 1.x which allows jwt 2.x? If not, why not?
Alternately, how far away is a beta release of oauth2 2.x?
Thanks, -- Chad