From e569e58ba216d1ecf809b14cdfefc58374cd083b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 19:25:44 +0000 Subject: [PATCH] Bump connection_pool from 2.5.5 to 3.0.2 Bumps [connection_pool](https://github.com/mperham/connection_pool) from 2.5.5 to 3.0.2. - [Changelog](https://github.com/mperham/connection_pool/blob/main/Changes.md) - [Commits](https://github.com/mperham/connection_pool/compare/v2.5.5...v3.0.2) --- updated-dependencies: - dependency-name: connection_pool dependency-version: 3.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 4db97a9d7..8d032732f 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,7 @@ gem 'active_record_extended' gem 'activerecord-import', '~> 1.4' gem 'aws-sdk', '~> 2.10' gem 'azure-storage-blob' -gem 'connection_pool', '< 3' +gem 'connection_pool', '< 4' gem 'dalli' gem 'deep_cloneable', '~> 3.2.0' gem 'devise', '~> 5.0' diff --git a/Gemfile.lock b/Gemfile.lock index d0598fb1a..b8937791d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -137,7 +137,7 @@ GEM congestion (0.1.0) connection_pool (>= 2.0) redis (>= 3.1) - connection_pool (2.5.5) + connection_pool (3.0.2) crack (0.4.5) rexml crass (1.0.6) @@ -586,7 +586,7 @@ DEPENDENCIES activerecord-import (~> 1.4) aws-sdk (~> 2.10) azure-storage-blob - connection_pool (< 3) + connection_pool (< 4) dalli database_cleaner (~> 2.1) deep_cloneable (~> 3.2.0)