Relax dependnecy on JWT#20
Conversation
`jwt` is a very popular depdency, and numerous other gems are yet to be updated to allow `jwt 3.x`. Since `web-push` works fine with `jwt 2.x`, I see no reason to prevent installation.
|
👋 @collimarco sorry for the ping, but could you consider this PR? |
|
@byroot Thanks for your contribution. Personally I don't see much value in this change: |
The value is that I'm currently fighting with two other gems that have a dependency on The value of this change is to get your users out of dependency hell, by allowing more progressive upgrades. |
jwtis a very popular depdency, and numerous other gems are yet to be updated to allowjwt 3.x.Since
web-pushworks fine withjwt 2.x, I see no reason to prevent installation.