Open
Description
We have a couple of applications where postmark
uses this gem.
After updating bunch of gems we noticed a memory leak in sidekiq processes(we have a script that restarts sidekiq when memory is bloated).
We had to revert all the recent gem updates and the problem was gone.
Then we updated gems back one by one to find out which one caused the leakage.
The problem returned back with json
gem 2.4.0 update and reverting back to 2.3.1 was all good once again.