From ef729055dedef0379d153113a99fa84fce1c1384 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 9 Jan 2026 01:15:46 +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 0b98a527..39c15948 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 @@ -444,7 +444,7 @@ DEPENDENCIES binding_of_caller bootsnap climate_control - connection_pool (< 3) + connection_pool (< 4) dalli debug dotenv-rails