From 134abd9dedcf0019d3bfaba82d047ccfd5bb5dfb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Sep 2022 10:04:44 +0000 Subject: [PATCH] Bump connection_pool from 2.2.3 to 2.3.0 Bumps [connection_pool](https://github.com/mperham/connection_pool) from 2.2.3 to 2.3.0. - [Release notes](https://github.com/mperham/connection_pool/releases) - [Changelog](https://github.com/mperham/connection_pool/blob/main/Changes.md) - [Commits](https://github.com/mperham/connection_pool/compare/v2.2.3...v2.3.0) --- updated-dependencies: - dependency-name: connection_pool dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 439b583..b30f311 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -93,7 +93,7 @@ GEM codecov (0.5.1) simplecov (>= 0.15, < 0.22) concurrent-ruby (1.1.8) - connection_pool (2.2.3) + connection_pool (2.3.0) crass (1.0.6) dalli (2.7.11) docile (1.3.5)