From cbff5e1679b9c8ce6f4d5d230ff3b24c5fffbedb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 19:04:31 +0000 Subject: [PATCH] Update dependency connection_pool to v3 --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index ecc252e979..79e23fa095 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ gem "benchmark" # locking to connection_pool 2.x until ActiveSupport's memcachestore supports the v3 API # see https://github.com/mperham/connection_pool/issues/212 -gem "connection_pool", "< 3" +gem "connection_pool", "< 4" gem "pg" gem "puma" diff --git a/Gemfile.lock b/Gemfile.lock index 4db944cc3d..a5d8fdd384 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -194,7 +194,7 @@ GEM cgi (0.4.2) coderay (1.1.3) concurrent-ruby (1.3.6) - connection_pool (2.5.5) + connection_pool (3.0.2) crass (1.0.6) csv (3.3.5) cuprite (0.17) @@ -721,7 +721,7 @@ DEPENDENCIES capybara civil_service! cloudwatch_scheduler! - connection_pool (< 3) + connection_pool (< 4) csv cuprite dalli