From a4c026e8ad6bcdd87a741c488a1335182ed78067 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Jun 2022 17:56:07 +0000 Subject: [PATCH] chore(deps): bump rack-protection from 1.5.3 to 1.5.5 in /apps/sinatra 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] --- apps/sinatra/Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/sinatra/Gemfile.lock b/apps/sinatra/Gemfile.lock index 7ce9884..aba7012 100644 --- a/apps/sinatra/Gemfile.lock +++ b/apps/sinatra/Gemfile.lock @@ -1,8 +1,8 @@ GEM remote: https://rubygems.org/ specs: - rack (1.6.5) - rack-protection (1.5.3) + rack (1.6.13) + rack-protection (1.5.5) rack sinatra (1.4.7) rack (~> 1.5)