Skip to content

Commit

Permalink
Update bundled gems
Browse files Browse the repository at this point in the history
Signed-off-by: Kentaro Hayashi <[email protected]>
  • Loading branch information
kenhys committed Nov 13, 2024
1 parent 23fc3e3 commit e15b55b
Showing 1 changed file with 22 additions and 17 deletions.
39 changes: 22 additions & 17 deletions fluent-package/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@ GIT

GIT
remote: https://github.com/fluent/fluentd
revision: 95d130aaa44fc09b14a4e9686ee8018253185fc5
ref: 95d130aaa44fc09b14a4e9686ee8018253185fc5
revision: fa1cfbb0335e7751a2fd5547897ab611484ee000
ref: fa1cfbb0335e7751a2fd5547897ab611484ee000
specs:
fluentd (1.16.5)
fluentd (1.16.6)
bundler
certstore_c (~> 0.1.7)
console (< 1.24)
cool.io (>= 1.4.5, < 2.0.0)
http_parser.rb (>= 0.5.1, < 0.9.0)
msgpack (>= 1.3.1, < 2.0.0)
Expand Down Expand Up @@ -70,6 +71,7 @@ GEM
aws-sigv4 (1.6.0)
aws-eventstream (~> 1, >= 1.0.2)
base64 (0.2.0)
bigdecimal (3.0.2)
bindata (2.4.15)
certstore_c (0.1.7)
cmetrics (0.3.3)
Expand Down Expand Up @@ -165,9 +167,9 @@ GEM
fluentd (>= 0.14.22, < 2)
fluent-plugin-sd-dns (0.1.0)
fluentd (>= 1.8)
fluent-plugin-systemd (1.0.5)
fluent-plugin-systemd (1.1.0)
fluentd (>= 0.14.11, < 2)
systemd-journal (~> 1.4.2)
systemd-journal (~> 2.0.0)
fluent-plugin-td (1.2.0)
fluentd (>= 0.14.13, < 2)
td-client (>= 1.0.8)
Expand All @@ -188,18 +190,20 @@ GEM
http_parser.rb (0.8.0)
httpclient (2.8.3)
jmespath (1.6.2)
json (2.7.2)
json (2.7.4)
linux-utmpx (0.3.0)
bindata (~> 2.4.8)
ltsv (0.1.2)
mini_portile2 (2.8.2)
msgpack (1.7.2)
msgpack (1.7.3)
multi_json (1.15.0)
nio4r (2.6.1)
nokogiri (1.16.6)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
oj (3.16.1)
oj (3.16.5)
bigdecimal (>= 3.0)
ostruct (>= 0.2)
opensearch-api (2.2.0)
multi_json
opensearch-ruby (2.1.0)
Expand All @@ -208,6 +212,7 @@ GEM
opensearch-transport (2.1.0)
faraday (>= 1.0, < 3)
multi_json
ostruct (0.3.3)
parallel (1.20.1)
prometheus-client (2.1.0)
protocol-hpack (1.4.3)
Expand Down Expand Up @@ -236,7 +241,7 @@ GEM
sigdump (0.2.5)
strptime (0.2.5)
strscan (1.0.3)
systemd-journal (1.4.2)
systemd-journal (2.0.0)
ffi (~> 1.9)
td (0.17.1)
hirb (>= 0.4.5)
Expand All @@ -260,11 +265,11 @@ GEM
traces (0.11.1)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
tzinfo-data (1.2024.1)
tzinfo-data (1.2024.2)
tzinfo (>= 1.0.0)
webhdfs (0.10.2)
addressable
webrick (1.8.1)
webrick (1.8.2)
win32-event (0.6.3)
win32-ipc (>= 0.6.0)
win32-eventlog (0.6.7)
Expand Down Expand Up @@ -312,7 +317,7 @@ DEPENDENCIES
fluent-plugin-rewrite-tag-filter (= 2.4.0)
fluent-plugin-s3 (= 1.7.2)
fluent-plugin-sd-dns (= 0.1.0)
fluent-plugin-systemd (= 1.0.5)
fluent-plugin-systemd (= 1.1.0)
fluent-plugin-td (= 1.2.0)
fluent-plugin-utmpx (= 0.5.0)
fluent-plugin-webhdfs (= 1.5.0)
Expand All @@ -323,23 +328,23 @@ DEPENDENCIES
httpclient (= 2.8.3)
jmespath (= 1.6.2)
mini_portile2 (= 2.8.2)
msgpack (= 1.7.2)
msgpack (= 1.7.3)
nokogiri (= 1.16.6)
oj (= 3.16.1)
oj (= 3.16.5)
opensearch-ruby (= 2.1.0)
prometheus-client (= 2.1.0)
rake
rdkafka (= 0.12.0)
ruby-kafka (= 1.5.0)
serverengine (= 2.3.2)
sigdump (= 0.2.5)
systemd-journal (= 1.4.2)
systemd-journal (= 2.0.0)
td (= 0.17.1)
td-client (= 1.0.8)
tzinfo (= 2.0.6)
tzinfo-data (= 1.2024.1)
tzinfo-data (= 1.2024.2)
webhdfs (= 0.10.2)
webrick (= 1.8.1)
webrick (= 1.8.2)
win32-event (= 0.6.3)
win32-eventlog (= 0.6.7)
win32-ipc (= 0.7.0)
Expand Down

0 comments on commit e15b55b

Please sign in to comment.