Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker/estenrye/fluentd-cloudtrail/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ gem "oj", "= 3.13.11"

gem "json", "= 2.6.2"

gem "async-http", "= 0.59.2"
gem "async-http", "= 0.99.0"

gem "ext_monitor", "= 0.1.2"

Expand Down
65 changes: 36 additions & 29 deletions docker/estenrye/fluentd-cloudtrail/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,22 +1,21 @@
GEM
remote: https://rubygems.org/
specs:
async (1.30.3)
console (~> 1.10)
nio4r (~> 2.3)
timers (~> 4.1)
async-http (0.59.2)
async (>= 1.25)
async-io (>= 1.28)
async-pool (>= 0.2)
protocol-http (~> 0.23.1)
protocol-http1 (~> 0.14.0)
protocol-http2 (~> 0.14.0)
traces (>= 0.4.0)
async-io (1.34.0)
async
async-pool (0.3.12)
async (>= 1.25)
async (2.44.0)
console (~> 1.29)
fiber-annotation
io-event (~> 1.11)
async-http (0.99.0)
async (>= 2.35.1)
async-pool (~> 0.11)
io-endpoint (~> 0.14)
io-stream (~> 0.14)
protocol-http (~> 0.66)
protocol-http1 (~> 0.39)
protocol-http2 (~> 0.26)
protocol-url (~> 0.2)
async-pool (0.11.2)
async (>= 2.0)
aws-eventstream (1.2.0)
aws-partitions (1.638.0)
aws-sdk-core (3.156.0)
Expand All @@ -38,8 +37,10 @@ GEM
aws-eventstream (~> 1, >= 1.0.2)
bigdecimal (3.1.2)
concurrent-ruby (1.1.10)
console (1.15.3)
fiber-local
console (1.37.0)
fiber-annotation
fiber-local (~> 1.1)
json
cool.io (1.7.1)
elasticsearch (7.17.1)
elasticsearch-api (= 7.17.1)
Expand Down Expand Up @@ -74,7 +75,10 @@ GEM
faraday-patron (1.0.0)
faraday-rack (1.0.0)
faraday-retry (1.0.3)
fiber-local (1.0.0)
fiber-annotation (0.2.0)
fiber-local (1.1.0)
fiber-storage
fiber-storage (1.0.1)
fluent-mixin-config-placeholders (0.4.0)
fluentd
uuidtools (>= 2.1.5)
Expand Down Expand Up @@ -106,27 +110,30 @@ GEM
webrick (>= 1.4.2, < 1.8.0)
yajl-ruby (~> 1.0)
http_parser.rb (0.8.0)
io-endpoint (0.17.2)
io-event (1.19.4)
io-stream (0.14.0)
openssl (>= 3.3)
jmespath (1.6.1)
json (2.6.2)
msgpack (1.5.6)
multi_json (1.15.0)
multipart-post (2.2.3)
nio4r (2.5.8)
oj (3.13.11)
protocol-hpack (1.4.2)
protocol-http (0.23.12)
protocol-http1 (0.14.6)
protocol-http (~> 0.22)
protocol-http2 (0.14.2)
openssl (4.0.2)
protocol-hpack (1.5.1)
protocol-http (0.66.0)
protocol-http1 (0.39.0)
protocol-http (~> 0.62)
protocol-http2 (0.26.2)
protocol-hpack (~> 1.4)
protocol-http (~> 0.18)
protocol-http (~> 0.62)
protocol-url (0.4.0)
ruby2_keywords (0.0.5)
serverengine (2.3.0)
sigdump (~> 0.2.2)
sigdump (0.2.4)
strptime (0.2.5)
timers (4.3.4)
traces (0.7.0)
tzinfo (2.0.5)
concurrent-ruby (~> 1.0)
tzinfo-data (1.2022.4)
Expand All @@ -140,7 +147,7 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
async-http (= 0.59.2)
async-http (= 0.99.0)
bigdecimal (= 3.1.2)
elasticsearch (= 7.17.1)
ext_monitor (= 0.1.2)
Expand Down
Loading