From fa5ea3ea7f764215a6cef788c194fd84c73ef487 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Feb 2026 20:12:58 +0000 Subject: [PATCH] build(deps): bump rack from 3.0.9.1 to 3.1.20 in /functions/slack Bumps [rack](https://github.com/rack/rack) from 3.0.9.1 to 3.1.20. - [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.1.20) --- updated-dependencies: - dependency-name: rack dependency-version: 3.1.20 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- functions/slack/Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/slack/Gemfile.lock b/functions/slack/Gemfile.lock index 1ef95bce8..d792c7da8 100644 --- a/functions/slack/Gemfile.lock +++ b/functions/slack/Gemfile.lock @@ -49,7 +49,7 @@ GEM public_suffix (5.0.3) puma (6.4.2) nio4r (~> 2.0) - rack (3.0.9.1) + rack (3.1.20) representable (3.2.0) declarative (< 0.1.0) trailblazer-option (>= 0.1.1, < 0.2.0)