You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use the jwt gem within our rails app and noticed that we are unable to update the jwt gem to the latest version. The jwt gem's latest version is currently 2.4.1.
Auth0 locks the jwt gem to ~> 2.3.0 so only changes to the patch part of the semver are accepted. But the semver of the jwt gem had an increment on the minor part. Can this be changed to ~> 2.3 within the gemspec?
Best regards,
Eric
The text was updated successfully, but these errors were encountered:
We need ruby 3.1 and openssl 3 support so are having issues with not being able to update to jwt 2.5.0 as it's pinned in auth0 to 2.3.x
So other usage of JWT in our app that uses JWKs errors.
<OpenSSL::PKey::PKeyError: rsa#set_key= is incompatible with OpenSSL 3.0>
Hello
We use the jwt gem within our rails app and noticed that we are unable to update the jwt gem to the latest version. The jwt gem's latest version is currently 2.4.1.
Auth0 locks the jwt gem to
~> 2.3.0
so only changes to the patch part of the semver are accepted. But the semver of the jwt gem had an increment on the minor part. Can this be changed to~> 2.3
within the gemspec?Best regards,
Eric
The text was updated successfully, but these errors were encountered: