From 40e580b79b6308c5d44e1672be251c659af65ec9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 06:05:30 +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 | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index de064c15..242bf7bc 100644 --- a/Gemfile +++ b/Gemfile @@ -44,7 +44,7 @@ gem 'bootsnap', '>= 1.1.0', require: false # Use Unicorn as the app server # gem 'unicorn' -gem 'connection_pool', '< 3.0' +gem 'connection_pool', '< 4.0' gem 'sidekiq', '~> 7.3' gem 'sidekiq-cron' diff --git a/Gemfile.lock b/Gemfile.lock index 2e7b5db1..808d15b5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -107,7 +107,7 @@ GEM execjs coffee-script-source (1.12.2) concurrent-ruby (1.3.6) - connection_pool (2.5.5) + connection_pool (3.0.2) crass (1.0.6) cronex (0.15.0) tzinfo @@ -288,12 +288,12 @@ GEM sprockets-rails tilt securerandom (0.4.1) - sidekiq (7.3.10) + sidekiq (7.3.9) base64 - connection_pool (>= 2.3.0, < 3) + connection_pool (>= 2.3.0) logger - rack (>= 2.2.4, < 3.3) - redis-client (>= 0.23.0, < 1) + rack (>= 2.2.4) + redis-client (>= 0.22.2) sidekiq-cron (2.4.0) cronex (>= 0.13.0) fugit (~> 1.8, >= 1.11.1) @@ -348,7 +348,7 @@ DEPENDENCIES byebug closure-compiler coffee-rails - connection_pool (< 3.0) + connection_pool (< 4.0) device_detector font-awesome-rails jbuilder (~> 2.5)