From f98a497b24b1305ea385dc66b5d068643bbd5d67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 17:59:31 +0000 Subject: [PATCH] Bump connection_pool from 2.5.5 to 3.0.2 in the dependencies group Bumps the dependencies group with 1 update: [connection_pool](https://github.com/mperham/connection_pool). Updates `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 dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index c8342c41a..1481af0c3 100644 --- a/Gemfile +++ b/Gemfile @@ -115,7 +115,7 @@ gem "maxminddb" gem "rotp" # Load memcache client in case we are using it -gem "connection_pool", "< 3.0.0" +gem "connection_pool", "< 4.0.0" gem "dalli", "< 5.0.0" # Load canonical-rails to generate canonical URLs diff --git a/Gemfile.lock b/Gemfile.lock index bdde9dcd6..225ca8757 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -194,7 +194,7 @@ GEM config (5.6.1) deep_merge (~> 1.2, >= 1.2.1) ostruct - connection_pool (2.5.5) + connection_pool (3.0.2) cork (0.3.0) colored2 (~> 3.1) crack (1.0.1) @@ -938,7 +938,7 @@ DEPENDENCIES canonical-rails! capybara (>= 2.15) config - connection_pool (< 3.0.0) + connection_pool (< 4.0.0) dalli (< 5.0.0) danger danger-auto_label -- 2.39.5