Skip to content

Commit e5e3c99

Browse files
committed
Update gemfile lock
Signed-off-by: Kentaro Hayashi <hayashi@clear-code.com>
1 parent ed7d7b2 commit e5e3c99

1 file changed

Lines changed: 15 additions & 12 deletions

File tree

fluent-package/Gemfile.lock

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ GIT
99

1010
GIT
1111
remote: https://github.com/fluent/fluentd
12-
revision: 76841666b4e4aade23f0c100a7e048995f7d52c8
13-
ref: 76841666b4e4aade23f0c100a7e048995f7d52c8
12+
revision: 1b849cb95719eefd72ac37213797d4b6d15ea9e1
13+
ref: 1b849cb95719eefd72ac37213797d4b6d15ea9e1
1414
specs:
1515
fluentd (1.19.2)
1616
async-http (~> 0.86)
@@ -35,14 +35,15 @@ GIT
3535
webrick (~> 1.4)
3636
win32-event (~> 0.6.3)
3737
win32-ipc (~> 0.7.0)
38+
win32-registry (~> 0.1)
3839
win32-service (~> 2.3.0)
3940
yajl-ruby (~> 1.0)
4041
zstd-ruby (~> 1.5)
4142

4243
GEM
4344
remote: https://rubygems.org/
4445
specs:
45-
addressable (2.8.8)
46+
addressable (2.8.10)
4647
public_suffix (>= 2.0.2, < 8.0)
4748
async (2.24.0)
4849
console (~> 1.29)
@@ -60,7 +61,7 @@ GEM
6061
protocol-http1 (~> 0.30)
6162
protocol-http2 (~> 0.22)
6263
traces (~> 0.10)
63-
async-pool (0.11.1)
64+
async-pool (0.11.2)
6465
async (>= 2.0)
6566
aws-eventstream (1.4.0)
6667
aws-partitions (1.1150.0)
@@ -181,7 +182,7 @@ GEM
181182
csv (~> 3.2)
182183
fluentd (>= 0.14.12, < 2)
183184
nokogiri (>= 1.12.5)
184-
fluent-plugin-prometheus (2.2.1)
185+
fluent-plugin-prometheus (2.2.2)
185186
fluentd (>= 1.9.1, < 2)
186187
prometheus-client (>= 2.1.0)
187188
fluent-plugin-prometheus_pushgateway (0.2.1)
@@ -250,7 +251,7 @@ GEM
250251
uri (>= 0.11.1)
251252
net-scp (4.1.0)
252253
net-ssh (>= 2.6.5, < 8.0.0)
253-
net-ssh (7.3.0)
254+
net-ssh (7.3.2)
254255
net-telnet (0.2.0)
255256
nokogiri (1.19.2)
256257
mini_portile2 (~> 2.8.2)
@@ -290,7 +291,7 @@ GEM
290291
sigdump (~> 0.2.2)
291292
sfl (2.3)
292293
sigdump (0.2.5)
293-
specinfra (2.94.1)
294+
specinfra (2.94.2)
294295
base64
295296
net-scp
296297
net-ssh (>= 2.7)
@@ -325,7 +326,7 @@ GEM
325326
traces (0.18.2)
326327
tzinfo (2.0.6)
327328
concurrent-ruby (~> 1.0)
328-
tzinfo-data (1.2026.1)
329+
tzinfo-data (1.2026.2)
329330
tzinfo (>= 1.0.0)
330331
uri (1.0.4)
331332
webhdfs (0.11.0)
@@ -337,7 +338,9 @@ GEM
337338
ffi
338339
win32-ipc (0.7.0)
339340
ffi
340-
winevt_c (0.11.2)
341+
win32-registry (0.1.2)
342+
fiddle (~> 1.0)
343+
winevt_c (0.11.3)
341344
yajl-ruby (1.4.3)
342345
zip-zip (0.3)
343346
rubyzip (>= 1.0.0)
@@ -377,7 +380,7 @@ DEPENDENCIES
377380
fluent-plugin-opensearch (= 1.1.5)
378381
fluent-plugin-opentelemetry (= 0.5.2)
379382
fluent-plugin-parser-winevt_xml (= 0.2.8)
380-
fluent-plugin-prometheus (= 2.2.1)
383+
fluent-plugin-prometheus (= 2.2.2)
381384
fluent-plugin-prometheus_pushgateway (= 0.2.1)
382385
fluent-plugin-record-modifier (= 2.2.1)
383386
fluent-plugin-rewrite-tag-filter (= 2.4.0)
@@ -407,14 +410,14 @@ DEPENDENCIES
407410
td (= 0.19.1)
408411
td-client (= 3.0.0)
409412
tzinfo (= 2.0.6)
410-
tzinfo-data (= 1.2026.1)
413+
tzinfo-data (= 1.2026.2)
411414
webhdfs (= 0.11.0)
412415
webrick (= 1.9.2)
413416
win32-event (= 0.6.3)
414417
win32-eventlog (= 0.6.7)
415418
win32-ipc (= 0.7.0)
416419
win32-service!
417-
winevt_c (= 0.11.2)
420+
winevt_c (= 0.11.3)
418421
yajl-ruby (= 1.4.3)
419422

420423
BUNDLED WITH

0 commit comments

Comments
 (0)