From cbdcc2c63f9372f7e8ca633c35f8ba0154465b64 Mon Sep 17 00:00:00 2001 From: Ling Huang Date: Mon, 22 Jan 2018 14:07:46 -0500 Subject: [PATCH] Update json, msgpack, yajl-ruby, oj, google-protobuf, td-client and td dependency versions to be compatible with Ruby 2.4. --- core_gems.rb | 9 +++++---- plugin_gems.rb | 4 ++-- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/core_gems.rb b/core_gems.rb index 0143f65d..b9fd6bbe 100644 --- a/core_gems.rb +++ b/core_gems.rb @@ -1,12 +1,13 @@ dir 'core_gems' download "bundler", "1.10.6" -download "json", "1.8.3" -download "msgpack", "0.5.11" +download "json", "2.1.0" +download "msgpack", "1.2.2" download "cool.io", "1.4.4" download "http_parser.rb", "0.6.0" -download "yajl-ruby", "1.2.1" +download "yajl-ruby", "1.3.1" download "sigdump", "0.2.4" download "thread_safe", "0.3.5" -download "oj", "2.15.1" +download "oj", "3.3.10" download "tzinfo", "1.2.2" download "tzinfo-data", "1.2016.5" +download "google-protobuf", "3.5.1" diff --git a/plugin_gems.rb b/plugin_gems.rb index abf73eb5..7a6a8a87 100644 --- a/plugin_gems.rb +++ b/plugin_gems.rb @@ -1,7 +1,7 @@ dir 'plugin_gems' download "httpclient", "2.7.2" -download "td-client", "0.8.81" -download "td", "0.14.0" +download "td-client", "1.0.5" +download "td", "0.15.8" download "fluent-plugin-td", "0.10.28" download "thrift", "0.8.0" download "fluent-plugin-scribe", "0.10.14"