From e3d58317672d219d8e1ea8b48b84fbc839266bfe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 01:25:47 +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 7308c2f0..408e4e9f 100644 --- a/Gemfile +++ b/Gemfile @@ -28,7 +28,7 @@ gem 'stringex' gem 'terser' group :production do - gem 'connection_pool', '~> 2.4' # 3.x requires keyword args; pin to 2.x for Rails 7.2.3 + gem 'connection_pool', '~> 3.0' # 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 161bb5a3..7975c4dd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -117,7 +117,7 @@ GEM cgi (0.5.2) climate_control (1.2.0) concurrent-ruby (1.3.7) - 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 (~> 2.4) + connection_pool (~> 3.0) dalli debug dotenv-rails