workos-ruby
workos-ruby copied to clipboard
Upgrade to jwt 3.x
I am integrating WorkOS into RWX. I added workos to my Gemfile:
gem "workos"
And I realized today that bundler installed version 5.6.0, which is about 1 year old. Version 5.24.0 is the latest.
It appears to have done this because version 5.24.0 requires jwt 2.x
https://github.com/workos/workos-ruby/blob/4d8a2ba818fac891485fc1ae0149c7fa676c124a/workos.gemspec#L25
My project was already using jwt 3.x, and I'd rather not downgrade jwt to use the latest workos.
WorkOS 5.6.0 doesn't have a dependency on jwt at all, which is presumably why bundler selected that version.
https://github.com/workos/workos-ruby/blob/v5.6.0/workos.gemspec