Skip to content

Commit

Permalink
Update dependency async-http to v0.59.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 26, 2022
1 parent 54fdfe9 commit 9f81422
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
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.1"

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

gem "ext_monitor", "= 0.1.2"

Expand Down
22 changes: 12 additions & 10 deletions docker/estenrye/fluentd-cloudtrail/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
GEM
remote: https://rubygems.org/
specs:
async (1.30.1)
async (1.30.3)
console (~> 1.10)
nio4r (~> 2.3)
timers (~> 4.1)
async-http (0.56.5)
async-http (0.59.2)
async (>= 1.25)
async-io (>= 1.28)
async-pool (>= 0.2)
protocol-http (~> 0.22.0)
protocol-http (~> 0.23.1)
protocol-http1 (~> 0.14.0)
protocol-http2 (~> 0.14.0)
async-io (1.33.0)
traces (>= 0.4.0)
async-io (1.34.0)
async
async-pool (0.3.9)
async-pool (0.3.12)
async (>= 1.25)
aws-eventstream (1.2.0)
aws-partitions (1.574.0)
Expand All @@ -37,7 +38,7 @@ GEM
aws-eventstream (~> 1, >= 1.0.2)
bigdecimal (3.1.2)
concurrent-ruby (1.1.10)
console (1.15.0)
console (1.15.3)
fiber-local
cool.io (1.7.1)
elasticsearch (7.14.0)
Expand Down Expand Up @@ -113,8 +114,8 @@ GEM
nio4r (2.5.8)
oj (3.13.11)
protocol-hpack (1.4.2)
protocol-http (0.22.5)
protocol-http1 (0.14.2)
protocol-http (0.23.12)
protocol-http1 (0.14.6)
protocol-http (~> 0.22)
protocol-http2 (0.14.2)
protocol-hpack (~> 1.4)
Expand All @@ -124,7 +125,8 @@ GEM
sigdump (~> 0.2.2)
sigdump (0.2.4)
strptime (0.2.5)
timers (4.3.3)
timers (4.3.4)
traces (0.7.0)
tzinfo (2.0.5)
concurrent-ruby (~> 1.0)
tzinfo-data (1.2022.4)
Expand All @@ -138,7 +140,7 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
async-http (= 0.56.5)
async-http (= 0.59.2)
bigdecimal (= 3.1.2)
elasticsearch (= 7.14)
ext_monitor (= 0.1.2)
Expand Down

0 comments on commit 9f81422

Please sign in to comment.