twilio / twilio-ruby

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

Bump JWT max version to `2.7.0` #633

Closed alex-damian-negru closed 1 year ago

alex-damian-negru commented 1 year ago

Issue Summary

JWT 2.7.0 has been released a few days ago.

Twilio is currently capped at JWT 2.6.0:

spec.add_dependency('jwt', '>= 1.5', '<= 2.6')

Its changelog does not seem to have any breaking or major changes.

Proposed Solution

Bump JWT max version from 2.6 to 2.7.

sealabcore commented 1 year ago

+1

childish-sambino commented 1 year ago

👀 on the PR ...

childish-sambino commented 1 year ago

Fixed by #630