From 5d9ac925b0af81903a5344a04083826d6e5ecce8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Jan 2026 15:54:08 +0000 Subject: [PATCH] Bump connection_pool from 2.5.5 to 3.0.2 Bumps [connection_pool](https://github.com/mperham/connection_pool) from 2.5.5 to 3.0.2. - [Changelog](https://github.com/mperham/connection_pool/blob/main/Changes.md) - [Commits](https://github.com/mperham/connection_pool/compare/v2.5.5...v3.0.2) --- updated-dependencies: - dependency-name: connection_pool dependency-version: 3.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index e804dc9..41a5a3e 100644 --- a/Gemfile +++ b/Gemfile @@ -68,7 +68,7 @@ group :test do # Use system testing [https://guides.rubyonrails.org/testing.html#system-testing] end -gem "connection_pool", "~> 2.4" +gem "connection_pool", "~> 3.0" gem "react-rails", "~> 2.7.1" gem "responders", "~> 3.2" diff --git a/Gemfile.lock b/Gemfile.lock index 2408ef2..b434783 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -112,7 +112,7 @@ GEM reline (>= 0.6.0) coderay (1.1.3) concurrent-ruby (1.3.6) - connection_pool (2.5.5) + connection_pool (3.0.2) crass (1.0.6) data_migrate (11.3.1) activerecord (>= 6.1) @@ -390,7 +390,7 @@ DEPENDENCIES bcrypt (~> 3.1.7) bootsnap brakeman - connection_pool (~> 2.4) + connection_pool (~> 3.0) data_migrate debug erb_lint!