File tree Expand file tree Collapse file tree
docker/estenrye/fluentd-cloudtrail Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ gem "oj", "= 3.13.11"
88
99gem "json" , "= 2.6.2"
1010
11- gem "async-http" , "= 0.59.2 "
11+ gem "async-http" , "= 0.99.0 "
1212
1313gem "ext_monitor" , "= 0.1.2"
1414
Original file line number Diff line number Diff line change 11GEM
22 remote: https://rubygems.org/
33 specs:
4- async (1.30.3 )
5- console (~> 1.10 )
6- nio4r (~> 2.3 )
7- timers (~> 4.1 )
8- async-http (0.59.2 )
9- async (>= 1.25 )
10- async-io (>= 1.28 )
11- async-pool (>= 0.2 )
12- protocol-http (~> 0.23.1 )
13- protocol-http1 (~> 0.14.0 )
14- protocol-http2 (~> 0.14.0 )
15- traces (>= 0.4.0 )
16- async-io (1.34.0 )
17- async
18- async-pool (0.3.12 )
19- async (>= 1.25 )
4+ async (2.44.1 )
5+ console (~> 1.29 )
6+ fiber-annotation
7+ io-event (~> 1.11 )
8+ async-http (0.99.0 )
9+ async (>= 2.35.1 )
10+ async-pool (~> 0.11 )
11+ io-endpoint (~> 0.14 )
12+ io-stream (~> 0.14 )
13+ protocol-http (~> 0.66 )
14+ protocol-http1 (~> 0.39 )
15+ protocol-http2 (~> 0.26 )
16+ protocol-url (~> 0.2 )
17+ async-pool (0.11.2 )
18+ async (>= 2.0 )
2019 aws-eventstream (1.2.0 )
2120 aws-partitions (1.638.0 )
2221 aws-sdk-core (3.156.0 )
3837 aws-eventstream (~> 1 , >= 1.0.2 )
3938 bigdecimal (3.1.2 )
4039 concurrent-ruby (1.1.10 )
41- console (1.15.3 )
42- fiber-local
40+ console (1.37.0 )
41+ fiber-annotation
42+ fiber-local (~> 1.1 )
43+ json
4344 cool.io (1.7.1 )
4445 elasticsearch (7.17.1 )
4546 elasticsearch-api (= 7.17.1 )
7475 faraday-patron (1.0.0 )
7576 faraday-rack (1.0.0 )
7677 faraday-retry (1.0.3 )
77- fiber-local (1.0.0 )
78+ fiber-annotation (0.2.0 )
79+ fiber-local (1.1.0 )
80+ fiber-storage
81+ fiber-storage (1.0.1 )
7882 fluent-mixin-config-placeholders (0.4.0 )
7983 fluentd
8084 uuidtools (>= 2.1.5 )
@@ -106,27 +110,30 @@ GEM
106110 webrick (>= 1.4.2 , < 1.8.0 )
107111 yajl-ruby (~> 1.0 )
108112 http_parser.rb (0.8.0 )
113+ io-endpoint (0.17.2 )
114+ io-event (1.19.4 )
115+ io-stream (0.14.0 )
116+ openssl (>= 3.3 )
109117 jmespath (1.6.1 )
110118 json (2.6.2 )
111119 msgpack (1.5.6 )
112120 multi_json (1.15.0 )
113121 multipart-post (2.2.3 )
114- nio4r (2.5.8 )
115122 oj (3.13.11 )
116- protocol-hpack (1.4.2 )
117- protocol-http (0.23.12 )
118- protocol-http1 (0.14.6 )
119- protocol-http (~> 0.22 )
120- protocol-http2 (0.14.2 )
123+ openssl (4.0.2 )
124+ protocol-hpack (1.5.1 )
125+ protocol-http (0.70.0 )
126+ protocol-http1 (0.40.2 )
127+ protocol-http (~> 0.68 )
128+ protocol-http2 (0.26.2 )
121129 protocol-hpack (~> 1.4 )
122- protocol-http (~> 0.18 )
130+ protocol-http (~> 0.62 )
131+ protocol-url (0.11.0 )
123132 ruby2_keywords (0.0.5 )
124133 serverengine (2.3.0 )
125134 sigdump (~> 0.2.2 )
126135 sigdump (0.2.4 )
127136 strptime (0.2.5 )
128- timers (4.3.4 )
129- traces (0.7.0 )
130137 tzinfo (2.0.5 )
131138 concurrent-ruby (~> 1.0 )
132139 tzinfo-data (1.2022.4 )
@@ -140,7 +147,7 @@ PLATFORMS
140147 x86_64-linux
141148
142149DEPENDENCIES
143- async-http (= 0.59.2 )
150+ async-http (= 0.99.0 )
144151 bigdecimal (= 3.1.2 )
145152 elasticsearch (= 7.17.1 )
146153 ext_monitor (= 0.1.2 )
You can’t perform that action at this time.
0 commit comments