From da0b7e6d80eec9708c17d2709c8091e19bdaabec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 02:57:17 +0000 Subject: [PATCH] Bump rack in /flipped-demos/ch03-saas/sinatra-sessions Bumps [rack](https://github.com/rack/rack) from 2.0.6 to 2.2.8.1. - [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/2.0.6...v2.2.8.1) --- updated-dependencies: - dependency-name: rack dependency-type: indirect ... Signed-off-by: dependabot[bot] --- flipped-demos/ch03-saas/sinatra-sessions/Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flipped-demos/ch03-saas/sinatra-sessions/Gemfile.lock b/flipped-demos/ch03-saas/sinatra-sessions/Gemfile.lock index eb606e3..96ec7d1 100644 --- a/flipped-demos/ch03-saas/sinatra-sessions/Gemfile.lock +++ b/flipped-demos/ch03-saas/sinatra-sessions/Gemfile.lock @@ -2,7 +2,7 @@ GEM remote: https://rubygems.org/ specs: mustermann (1.0.3) - rack (2.0.6) + rack (2.2.8.1) rack-protection (2.0.5) rack sinatra (2.0.5)