@@ -9,18 +9,17 @@ source "https://rubygems.org"
9
9
no_fat_gem = [ :ruby ]
10
10
gem "rake"
11
11
gem "bundler" , BUNDLER_VERSION
12
- gem "cool.io" , "1.8.1 " , platforms : no_fat_gem
12
+ gem "cool.io" , "1.9.0 " , platforms : no_fat_gem
13
13
gem "sigdump" , "0.2.5"
14
14
gem "http_parser.rb" , "0.8.0"
15
15
gem "yajl-ruby" , "1.4.3"
16
- gem "serverengine" , ' 2.4.0'
17
- gem "msgpack" , "1.7.3 "
18
- gem "oj" , "3.16.7 "
16
+ gem "serverengine" , " 2.4.0"
17
+ gem "msgpack" , "1.8.0 "
18
+ gem "oj" , "3.16.11 "
19
19
gem "tzinfo" , "2.0.6"
20
- gem "tzinfo-data" , "1.2024.2"
21
- gem "async" , "1.32.1"
22
- # async-http 0.65.0 or later does not support async 1.x
23
- gem "async-http" , "0.64.2"
20
+ gem "tzinfo-data" , "1.2025.2"
21
+ gem "async" , "2.24.0"
22
+ gem "async-http" , "0.89.0"
24
23
gem "webrick" , "1.9.1"
25
24
26
25
if ENV [ "INSTALL_GEM_FROM_LOCAL_REPO" ]
46
45
47
46
# plugin gems
48
47
49
- gem "elasticsearch" , "8.14.0 "
50
- gem "fluent-plugin-elasticsearch" , "5.4.3 "
48
+ gem "elasticsearch" , "9.0.3 "
49
+ gem "fluent-plugin-elasticsearch" , "6.0.0 "
51
50
gem "ruby-kafka" , "1.5.0"
52
51
gem "digest-murmurhash" , "1.1.1"
53
- gem "fluent-plugin-kafka" , "0.19.3"
54
- # f-p-prometheus_pushgateway doesn't support prometheus 3.0 or later
55
- gem "prometheus-client" , "2.1.0"
56
- gem "fluent-plugin-prometheus" , "2.1.0"
57
- gem "fluent-plugin-prometheus_pushgateway" , "0.1.1"
52
+ gem "fluent-plugin-kafka" , "0.19.4"
53
+ gem "prometheus-client" , "4.2.4"
54
+ gem "fluent-plugin-prometheus" , "2.2.1"
55
+ gem "fluent-plugin-prometheus_pushgateway" , "0.2.1"
58
56
gem "jmespath" , "1.6.2"
59
- gem "aws-partitions" , "1.957 .0"
60
- gem "aws-sdk-core" , "3.201.2 "
61
- gem "aws-sdk-kms" , "1.88 .0"
62
- gem "aws-sdk-sqs" , "1.80 .0"
63
- gem "aws-sigv4" , "1.8 .0"
64
- gem "aws-sdk-s3" , "1.156 .0"
65
- gem "fluent-plugin-s3" , "1.8.1 "
66
- gem "httpclient" , "2.8.3 "
57
+ gem "aws-partitions" , "1.1110 .0"
58
+ gem "aws-sdk-core" , "3.225.0 "
59
+ gem "aws-sdk-kms" , "1.102 .0"
60
+ gem "aws-sdk-sqs" , "1.96 .0"
61
+ gem "aws-sigv4" , "1.12 .0"
62
+ gem "aws-sdk-s3" , "1.189 .0"
63
+ gem "fluent-plugin-s3" , "1.8.3 "
64
+ gem "httpclient" , "2.9.0 "
67
65
gem "fluent-diagtool" , "1.0.5"
68
- # td doesn't support td-client 2.0.0 or later yet
69
- gem "td" , "0.17.1"
70
- gem "td-client" , "1.0.8"
66
+ gem "td" , "0.18.0"
67
+ gem "td-client" , "2.0.0"
71
68
gem "fluent-plugin-td" , "1.2.0"
72
69
gem "webhdfs" , "0.11.0"
73
70
gem "fluent-plugin-webhdfs" , "1.6.0"
74
71
gem "fluent-plugin-record-modifier" , "2.2.0"
75
72
gem "fluent-plugin-rewrite-tag-filter" , "2.4.0"
76
73
gem "fluent-plugin-sd-dns" , "0.1.0"
77
74
gem "fluent-plugin-flowcounter-simple" , "0.1.0"
78
- gem "mini_portile2" , "2.8.7 "
75
+ gem "mini_portile2" , "2.8.9 "
79
76
gem "cmetrics" , "0.3.3"
80
77
gem "fluent-plugin-metrics-cmetrics" , "0.1.2"
81
- gem "fluent-plugin-calyptia-monitoring" , "0.1.3"
82
78
gem "opensearch-ruby" , "3.4.0"
83
- gem "fluent-plugin-opensearch" , "1.1.4"
79
+ gem "fluent-plugin-opensearch" , "1.1.5"
80
+ gem "fluent-plugin-fluent-package-update-notifier" , "0.1.0"
81
+ gem "fluent-plugin-obsolete-plugins" , "0.1.1"
84
82
85
83
windows_platforms = [ :mingw , :x64_mingw ] # :mswin
84
+ # ffi-win32-extensions doesn't support ffi 1.17.1 or later
86
85
gem "ffi" , "1.17.0" , platforms : windows_platforms
87
- gem "ffi-win32-extensions" , "1.0.4" , platforms : windows_platforms
88
- # keep nokogiri 1.16.x because winevt_xml requires < 1.17
89
- gem "nokogiri" , "1.16.8" , platforms : windows_platforms
86
+ gem "ffi-win32-extensions" , "1.1.0" , platforms : windows_platforms
87
+ # fiddle gem that isn't default gems as of Ruby 3.5
88
+ gem "fiddle" , "1.1.8" , platforms : windows_platforms
89
+ gem "nokogiri" , "1.18.8" , platforms : windows_platforms
90
90
gem "win32-event" , "0.6.3" , platforms : windows_platforms
91
91
gem "win32-ipc" , "0.7.0" , platforms : windows_platforms
92
92
# Use officially released version when PR was merged and released.
93
93
#gem "win32-service", "2.3.2", platforms: windows_platforms
94
- gem "winevt_c" , "0.11.1 " , platforms : windows_platforms
94
+ gem "winevt_c" , "0.11.2 " , platforms : windows_platforms
95
95
gem "win32-eventlog" , "0.6.7" , platforms : windows_platforms
96
- gem "fluent-plugin-parser-winevt_xml" , "0.2.7 " , platforms : windows_platforms
97
- gem "fluent-plugin-windows-eventlog" , "0.9.0 " , platforms : windows_platforms
96
+ gem "fluent-plugin-parser-winevt_xml" , "0.2.8 " , platforms : windows_platforms
97
+ gem "fluent-plugin-windows-eventlog" , "0.9.1 " , platforms : windows_platforms
98
98
gem "fluent-plugin-windows-exporter" , "1.0.0" , platforms : windows_platforms
99
99
100
100
not_windows_platforms = [ :ruby ]
101
101
gem "capng_c" , "0.2.3" , platforms : not_windows_platforms
102
102
# Use newer bundled rdkafka with librdkafka 2.8.0 to support AlmaLinux 10
103
103
# (librdkafka 2.8.0 supports "OpenSSL without the ENGINE component")
104
104
gem "rdkafka" , "0.21.0" , platforms : not_windows_platforms
105
+ # Keep systemd-journal 2.0.0 and f-p-systemd 1.1.0 until regression issue is fixed
106
+ # See https://github.com/ledbettj/systemd-journal/pull/109
105
107
gem "systemd-journal" , "2.0.0" , platforms : not_windows_platforms
106
108
gem "fluent-plugin-systemd" , "1.1.0" , platforms : not_windows_platforms
107
109
gem "fluent-plugin-utmpx" , "0.5.0" , platforms : not_windows_platforms
0 commit comments