From d8290b11429b51a9d9c95709619b0628d723e4d1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 16:40:43 +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 a08a923a..94410e82 100644 --- a/Gemfile +++ b/Gemfile @@ -27,7 +27,7 @@ gem 'stringex' gem 'terser' group :production do - gem 'connection_pool', '< 3' # 3.x requires keyword args; pin to 2.x for Rails 7.2.3 + gem 'connection_pool', '< 4' # 3.x requires keyword args; pin to 2.x for Rails 7.2.3 gem 'dalli' gem 'pg' end diff --git a/Gemfile.lock b/Gemfile.lock index a5b026f0..bf593d45 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -116,7 +116,7 @@ GEM cgi (0.5.1) climate_control (1.2.0) concurrent-ruby (1.3.6) - connection_pool (2.5.5) + connection_pool (3.0.2) crack (1.0.1) bigdecimal rexml @@ -452,7 +452,7 @@ DEPENDENCIES binding_of_caller bootsnap climate_control - connection_pool (< 3) + connection_pool (< 4) dalli debug dotenv-rails