From ebaf2227d2ad06c861f15c1fbce625a9b72363b4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 18:03:27 +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 307870b..1995074 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 43949d8..739015b 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.7) - 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