Closed ashie closed 1 year ago
It causes dependency conflict in td-agent so that we can't update td gem in td-agent. Could you merge this and release new td gem?
ping @tung-vu-td
Thank you @ashie 🙇 . Your code is merged and passed CI tests!
Thanks!
td-0.16.10 doesn't accept latest yajl-ruby (1.4.1) although td-0.16.9 accepts it (
>~ 1.3.1
means>= 1.3.1, < 1.4
). Probably fc71ccdb2c9a88cd72ba4262f493c81291fb3ac6 doesn't intend to reject it, it seems a mistake:Signed-off-by: Takuro Ashie ashie@clear-code.com