Review auth team owned gems and identify Ruby 3 compatability
Based on the epic &8845 (closed), we are aiming to get ready for Ruby 3 upgrade. This means we'd need to verify all Auth team owned gems have a Ruby 3 build available (vendored or external). This task is to review those in the spread sheet and take the following corrective action
- If the status has been reviewed with
Action required
Y
, notes indicate the action to take. We will want to do a check on each gem, and if it has reasonable unit tests available, then setup Ruby 3 to run those specs with Ruby 3. If they pass, that provides us first layer of confidence. Once this is done, theAction required
can be set toN
- If the unit tests don't exist, or are are very basic, please file an issue to add UT to the gem or if we can remove/replace it. The
Action required
in this case will stayY
Please reach out to @jessieay or @adil.farrukh in case of questions
Edited by Adil Farrukh