You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Understand if methods were deprecated by gem owners.
We instrument URLMap and Builder. Neither of these have been deprecated. Builder#run has been updated to accept a block, however, and we will need to conditionally (if Rack >= v3.0.0) update our own instrumentation to handle a block as well.
Find new methods that are of value
and
Instrument those new methods
From looking over the added list, there isn't anything new on the same level as Builder or URLMap.
Update our multiverse to dynamically pull the latest version so that we do not have to manually update each gem version number manually.
This is a follow-up story from Ignite Sprint's goal.
The text was updated successfully, but these errors were encountered: