treasure-data / td

CUI Interface
https://toolbelt.treasuredata.com
49 stars 26 forks source link

Relax required version of yajl-ruby #252

Closed ashie closed 1 year ago

ashie commented 3 years ago

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:

Force upgrade of yujl-ruby to at least 1.3.1, fixing CVE-2017-16516 (#235)

Signed-off-by: Takuro Ashie ashie@clear-code.com

ashie commented 3 years 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?

ashie commented 1 year ago

ping @tung-vu-td

tung-vu-td commented 1 year ago

Thank you @ashie 🙇 . Your code is merged and passed CI tests!

ashie commented 1 year ago

Thanks!