Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to latest jwt gem version 2.4.* #369

Closed
eric-christian opened this issue Aug 8, 2022 · 2 comments · Fixed by #384
Closed

Update to latest jwt gem version 2.4.* #369

eric-christian opened this issue Aug 8, 2022 · 2 comments · Fixed by #384

Comments

@eric-christian
Copy link

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

@stevehobbsdev
Copy link
Contributor

I'll have another look into this. I did try to update this dependency recently but was met with several errors.

@raldred
Copy link
Contributor

raldred commented Aug 30, 2022

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>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants