From a24964d7f65c3397bcb32288f4edc8006a2607e9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2020 11:43:54 +0000 Subject: [PATCH] Bump async-pool from 0.2.0 to 0.3.0 Bumps [async-pool](https://github.com/socketry/async-pool) from 0.2.0 to 0.3.0. - [Release notes](https://github.com/socketry/async-pool/releases) - [Commits](https://github.com/socketry/async-pool/compare/v0.2.0...v0.3.0) Signed-off-by: dependabot-preview[bot] --- Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 9a0525f0a..614cc8e72 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -23,7 +23,7 @@ GEM addressable (2.7.0) public_suffix (>= 2.0.2, < 5.0) ast (2.4.0) - async (1.24.2) + async (1.25.0) console (~> 1.0) nio4r (~> 2.3) timers (~> 4.1) @@ -39,8 +39,8 @@ GEM faraday async-io (1.28.0) async (~> 1.14) - async-pool (0.2.0) - async (~> 1.8) + async-pool (0.3.0) + async (~> 1.25) backports (3.17.1) bump (0.9.0) childprocess (3.0.0)