twilio / twilio-ruby

A Ruby gem for communicating with the Twilio API and generating TwiML
MIT License
1.35k stars 462 forks source link

Maximum allowed jwt version (2.5) is outdated #625

Closed MarcPer closed 1 year ago

MarcPer commented 1 year ago

Issue Summary

A new version of JWT was released (2.6.0), but twilio-ruby requires it to be <= 2.5.

According to JWT's changelog, the new version only adds features. I've ran existing integration tests from my codebase, and twilio-ruby's own tests, using twilio-ruby 3.11.6 together with jwt 2.6.0, and they all passed.

Technical details:

Hunga1 commented 1 year ago

This issue has been added to our internal backlog to be prioritized. Pull requests and +1s on the issue summary will help it move up the backlog (internal ref: DI-2507).