From 453e25508d86b249ab49a4c78cfc84c5bb20d24e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jan 2022 05:01:20 +0000 Subject: [PATCH] Bump rack-protection from 1.5.3 to 1.5.5 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] --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 8ced3297..c3774751 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -3,8 +3,8 @@ GEM specs: daemons (1.1.9) eventmachine (1.0.4) - rack (1.6.0) - rack-protection (1.5.3) + rack (1.6.13) + rack-protection (1.5.5) rack rake (10.4.2) shotgun (0.9)