[Heroku-22 stack](https://devcenter.heroku.com/articles/heroku-22-stack#openssl-3) has been released, and it does not support OpenSSL 1.1 but 3.0. The `ruby-jwt` broke with the following error > rsa#set_key= is incompatible with OpenSSL 3.0 `ruby-openssl`v3 [has been released](https://github.com/ruby/openssl/releases/tag/v3.0.0) and should be used
Heroku-22 stack has been released, and it does not support OpenSSL 1.1 but 3.0.
The
ruby-jwtbroke with the following errorruby-opensslv3 has been released and should be used