From de3b445ec03ed535fac523cff59d5b1f0cb97694 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 20:02:56 +0000 Subject: [PATCH] Bump rack Bumps [rack](https://github.com/rack/rack) from 2.2.8.1 to 2.2.19. - [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/v2.2.8.1...v2.2.19) --- updated-dependencies: - dependency-name: rack dependency-version: 2.2.19 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- .../08-Continuous-Integration/simple-sinatra-app/Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/technology/guides/08-Continuous-Integration/simple-sinatra-app/Gemfile.lock b/technology/guides/08-Continuous-Integration/simple-sinatra-app/Gemfile.lock index cc67f8a..19da9f1 100644 --- a/technology/guides/08-Continuous-Integration/simple-sinatra-app/Gemfile.lock +++ b/technology/guides/08-Continuous-Integration/simple-sinatra-app/Gemfile.lock @@ -7,7 +7,7 @@ GEM nio4r (2.7.0) puma (5.6.8) nio4r (~> 2.0) - rack (2.2.8.1) + rack (2.2.19) rack-protection (2.2.3) rack rspec (3.11.0)