I am integrating WorkOS into RWX. I added workos to my Gemfile:
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
|
spec.add_dependency 'jwt', '~> 2.8' |
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
I am integrating WorkOS into RWX. I added
workosto my Gemfile: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
jwt2.xworkos-ruby/workos.gemspec
Line 25 in 4d8a2ba
My project was already using
jwt3.x, and I'd rather not downgradejwtto use the latestworkos.WorkOS 5.6.0 doesn't have a dependency on
jwtat all, which is presumably why bundler selected that version.https://github.com/workos/workos-ruby/blob/v5.6.0/workos.gemspec