diff --git a/Gemfile b/Gemfile index 4686528..96e954e 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ gem "libxml-ruby", "4.0.0" gem "oj", "3.14.1" gem "json", "2.6.3" gem "async", "1.30.3" -gem "async-http", "0.60.0" +gem "async-http", "0.60.1" gem "fluentd", "1.15.3" gem "fluent-plugin-azure-loganalytics", "0.7.0" gem "fluent-plugin-azurestorage-gen2", "0.3.3" diff --git a/Gemfile.lock b/Gemfile.lock index 51f022e..9ef667c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -5,7 +5,7 @@ GEM console (~> 1.10) nio4r (~> 2.3) timers (~> 4.1) - async-http (0.60.0) + async-http (0.60.1) async (>= 1.25) async-io (>= 1.28) async-pool (>= 0.2) @@ -230,7 +230,7 @@ PLATFORMS DEPENDENCIES async (= 1.30.3) - async-http (= 0.60.0) + async-http (= 0.60.1) fluent-plugin-azure-loganalytics (= 0.7.0) fluent-plugin-azurestorage-gen2 (= 0.3.3) fluent-plugin-cloudwatch-logs (= 0.14.3)