From d89600514d1a0c897d7119a07222359c61bff1cd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 18:57:52 +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 ac428b7..4511e8f 100644 --- a/Gemfile +++ b/Gemfile @@ -87,7 +87,7 @@ gem 'stringex' # gem "image_processing", "~> 1.2" group :production do - gem 'connection_pool', '< 3' + gem 'connection_pool', '< 4' # Use postgres as the database for Active Record gem 'pg' end diff --git a/Gemfile.lock b/Gemfile.lock index 47d8a26..b8702b1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -123,7 +123,7 @@ GEM cgi (0.5.2) climate_control (1.2.0) concurrent-ruby (1.3.8) - connection_pool (2.5.5) + connection_pool (3.0.2) crack (1.0.1) bigdecimal rexml @@ -537,7 +537,7 @@ DEPENDENCIES cancancan capybara climate_control - connection_pool (< 3) + connection_pool (< 4) csv debug devise