Skip to content

Update ruby-jwt gem to fix OpenSSL 3.0 incompadibility#8901

Merged
jmhooper merged 1 commit intomainfrom
jmhooper-jwt-upgrade
Jul 31, 2023
Merged

Update ruby-jwt gem to fix OpenSSL 3.0 incompadibility#8901
jmhooper merged 1 commit intomainfrom
jmhooper-jwt-upgrade

Conversation

@jmhooper
Copy link
Contributor

This commit updates the JWT gem. Prior to this a few specs would raise this error when running with OpenSSL 3.0:

OpenSSL::PKey::PKeyError:
  rsa#set_key= is incompatible with OpenSSL 3.0

This commit upgrades the JWT gem to a version that does not use #set_key= in a way that is incompatible with OpenSSL 3.0

This commit updates the JWT gem. Prior to this a few specs would raise this error when running with OpenSSL 3.0:

```
OpenSSL::PKey::PKeyError:
  rsa#set_key= is incompatible with OpenSSL 3.0
```

This commit upgrades the JWT gem to a version that does not use `#set_key=` in a way that is incompatible with OpenSSL 3.0

[skip changelog]
@jmhooper jmhooper merged commit 2dba3d9 into main Jul 31, 2023
@jmhooper jmhooper deleted the jmhooper-jwt-upgrade branch July 31, 2023 16:30
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 this pull request may close these issues.

2 participants