From 225adc9e50a16c5cc2f446e3c7c354944e833f09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 17:58:48 +0000 Subject: [PATCH] bundle(deps-dev): bump the ruby-deps group with 2 updates Bumps the ruby-deps group with 2 updates: [connection_pool](https://github.com/mperham/connection_pool) and [logger](https://github.com/ruby/logger). Updates `connection_pool` from 2.4.1 to 2.5.0 - [Changelog](https://github.com/mperham/connection_pool/blob/main/Changes.md) - [Commits](https://github.com/mperham/connection_pool/compare/v2.4.1...v2.5.0) Updates `logger` from 1.6.4 to 1.6.5 - [Release notes](https://github.com/ruby/logger/releases) - [Commits](https://github.com/ruby/logger/compare/v1.6.4...v1.6.5) --- updated-dependencies: - dependency-name: connection_pool dependency-type: indirect update-type: version-update:semver-minor dependency-group: ruby-deps - dependency-name: logger dependency-type: indirect update-type: version-update:semver-patch dependency-group: ruby-deps ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 19c500b..976b5ac 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -26,7 +26,7 @@ GEM colorator (1.1.0) commonmarker (0.23.11) concurrent-ruby (1.3.4) - connection_pool (2.4.1) + connection_pool (2.5.0) csv (3.3.2) dnsruby (1.72.3) base64 (~> 0.2.0) @@ -234,7 +234,7 @@ GEM listen (3.9.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) - logger (1.6.4) + logger (1.6.5) mercenary (0.3.6) mini_portile2 (2.8.8) minima (2.5.1)