From f9cac86b2ce06fc14cec04859cd26731ba995ee0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Nov 2022 07:01:52 +0000 Subject: [PATCH] Bump rack-protection from 3.0.2 to 3.0.3 Bumps [rack-protection](https://github.com/sinatra/sinatra) from 3.0.2 to 3.0.3. - [Release notes](https://github.com/sinatra/sinatra/releases) - [Changelog](https://github.com/sinatra/sinatra/blob/master/CHANGELOG.md) - [Commits](https://github.com/sinatra/sinatra/compare/v3.0.2...v3.0.3) --- updated-dependencies: - dependency-name: rack-protection dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index b5203468ffe..f3d1495fa0f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -259,7 +259,7 @@ GEM rack-canonical-host (1.1.0) addressable (> 0, < 3) rack (>= 1.0.0, < 3) - rack-protection (3.0.2) + rack-protection (3.0.3) rack rack-test (2.0.2) rack (>= 1.3)