From 6f5dc3ad334b574eb1609641dd36f41dada37fa2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 20:05:09 +0000 Subject: [PATCH] Update dependency connection_pool to v3 --- Gemfile | 2 +- Gemfile.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index f3f7948c..cebe9d51 100644 --- a/Gemfile +++ b/Gemfile @@ -13,7 +13,7 @@ gem "capistrano-bundler" gem "capistrano-passenger" gem "capistrano-rails" gem "capistrano-rails-console" -gem "connection_pool", "< 3" +gem "connection_pool", "< 4" gem "csv" gem "datadog" gem "devise", "~> 5.0" diff --git a/Gemfile.lock b/Gemfile.lock index 1b22c33f..4e2596d6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -946,7 +946,7 @@ DEPENDENCIES capistrano-rails-console capybara capybara-screenshot - connection_pool (< 3) + connection_pool (< 4) csv database_cleaner datadog