Update structured_warnings gem
This should fix compatibility issues with our currently used Ruby version that causes errors when rendering warnings in some cases.
Ticket
https://community.openproject.org/wp/62764
Hey @NobodysNightmare, I would have expected the bump to fix the dry/monads related statements but they still seems to occur in this run
I still have no clue where those warnings come from. To me it looks like something is logging hexadecimal numbers (memory addresses?) through the warn method a lot of times.
Notably: I do not believe that these are caused by dry monads or structured warnings. Dry monads just happen to be at the top of the stack when structured warnings is trying to generate a warning message about it.
Hey @NobodysNightmare, I would have expected the bump to fix the dry/monads related statements but they still seems to occur in this run
Maybe to rephrase my answer: I would not have expected them to go away xD