From 76a0b4794bcd2cf833878fa4a8279e419754c8ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 07:44:41 +0000 Subject: [PATCH] build(deps): bump the bundler group with 2 updates Bumps the bundler group with 2 updates: [nio4r](https://github.com/socketry/nio4r) and [rack](https://github.com/rack/rack). Updates `nio4r` from 2.7.0 to 2.7.1 - [Release notes](https://github.com/socketry/nio4r/releases) - [Changelog](https://github.com/socketry/nio4r/blob/main/changes.md) - [Commits](https://github.com/socketry/nio4r/compare/v2.7.0...v2.7.1) Updates `rack` from 3.0.9.1 to 3.0.10 - [Release notes](https://github.com/rack/rack/releases) - [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md) - [Commits](https://github.com/rack/rack/compare/v3.0.9.1...v3.0.10) --- updated-dependencies: - dependency-name: nio4r dependency-type: indirect update-type: version-update:semver-patch dependency-group: bundler - dependency-name: rack dependency-type: indirect update-type: version-update:semver-patch dependency-group: bundler ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index c9531ffea..7157657f3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -61,7 +61,7 @@ GEM nenv (0.3.0) net-http (0.4.1) uri - nio4r (2.7.0) + nio4r (2.7.1) notiffany (0.1.3) nenv (~> 0.1) shellany (~> 0.0) @@ -97,7 +97,7 @@ GEM puma (6.4.2) nio4r (~> 2.0) racc (1.7.3) - rack (3.0.9.1) + rack (3.0.10) rack-protection (4.0.0) base64 (>= 0.1.0) rack (>= 3.0.0, < 4)