From f857fa929bbd465f46c83896bc948f2135432fb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Feb 2023 15:15:17 +0000 Subject: [PATCH] Bump rack-protection from 1.5.3 to 1.5.5 in /TurbolinksDemo/server Bumps [rack-protection](https://github.com/sinatra/sinatra) from 1.5.3 to 1.5.5. - [Release notes](https://github.com/sinatra/sinatra/releases) - [Changelog](https://github.com/sinatra/sinatra/blob/master/CHANGELOG.md) - [Commits](https://github.com/sinatra/sinatra/commits) --- updated-dependencies: - dependency-name: rack-protection dependency-type: indirect ... Signed-off-by: dependabot[bot] --- TurbolinksDemo/server/Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TurbolinksDemo/server/Gemfile.lock b/TurbolinksDemo/server/Gemfile.lock index 0e6b8af..7d8039d 100644 --- a/TurbolinksDemo/server/Gemfile.lock +++ b/TurbolinksDemo/server/Gemfile.lock @@ -3,8 +3,8 @@ GEM specs: backports (3.6.8) multi_json (1.11.2) - rack (1.6.4) - rack-protection (1.5.3) + rack (1.6.13) + rack-protection (1.5.5) rack rack-test (0.6.3) rack (>= 1.0)