@@ -9,18 +9,19 @@ source "https://rubygems.org"
99no_fat_gem = [ :ruby ]
1010gem "rake"
1111gem "bundler" , BUNDLER_VERSION
12- gem "cool.io" , "1.8.0 " , platforms : no_fat_gem
12+ gem "cool.io" , "1.8.1 " , platforms : no_fat_gem
1313gem "sigdump" , "0.2.5"
1414gem "http_parser.rb" , "0.8.0"
1515gem "yajl-ruby" , "1.4.3"
1616gem "serverengine" , '2.3.2'
1717gem "msgpack" , "1.7.5"
1818gem "oj" , "3.16.5"
1919gem "tzinfo" , "2.0.6"
20- gem "tzinfo-data" , "1.2025.1 "
20+ gem "tzinfo-data" , "1.2025.2 "
2121gem "async" , "1.31.0"
2222gem "async-http" , "0.61.0"
2323gem "webrick" , "1.8.2"
24+ gem "openssl" , "3.3.0"
2425
2526if ENV [ "INSTALL_GEM_FROM_LOCAL_REPO" ]
2627 # During build process, pre-built fluentd gem will be installed
4647# plugin gems
4748
4849gem "elasticsearch" , "8.8.0"
49- gem "fluent-plugin-elasticsearch" , "5.4.0 "
50+ gem "fluent-plugin-elasticsearch" , "5.4.4 "
5051gem "ruby-kafka" , "1.5.0"
5152gem "digest-murmurhash" , "1.1.1"
5253gem "fluent-plugin-kafka" , "0.19.3"
@@ -80,6 +81,7 @@ gem "cmetrics", "0.3.3"
8081gem "fluent-plugin-metrics-cmetrics" , "0.1.2"
8182gem "fluent-plugin-calyptia-monitoring" , "0.1.3"
8283gem "opensearch-ruby" , "2.1.0"
84+ # Keep 1.1.4 because 1.1.5 requires opensearch-ruby 3.0.1 or later
8385gem "fluent-plugin-opensearch" , "1.1.4"
8486
8587windows_platforms = [ :mingw , :x64_mingw ] # :mswin
@@ -98,6 +100,8 @@ gem "fluent-plugin-windows-exporter", "1.0.0", platforms: windows_platforms
98100
99101not_windows_platforms = [ :ruby ]
100102gem "rdkafka" , "0.12.0" , platforms : not_windows_platforms
103+ # Keep combination with systemd-journal 2.0.0 and f-p-systemd 1.1.0
104+ # because systemd-journal 2.1.0 has a regression. See https://github.com/ledbettj/systemd-journal/pull/109
101105gem "systemd-journal" , "2.0.0" , platforms : not_windows_platforms
102106gem "fluent-plugin-systemd" , "1.1.0" , platforms : not_windows_platforms
103107gem "fluent-plugin-utmpx" , "0.5.0" , platforms : not_windows_platforms
0 commit comments