From 8a874270f81cb8388e1e5598638b7606a7e99cdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Jul 2022 13:50:55 +0000 Subject: [PATCH] Bump rack-protection from 2.2.1 to 2.2.2 Bumps [rack-protection](https://github.com/sinatra/sinatra) from 2.2.1 to 2.2.2. - [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/v2.2.1...v2.2.2) --- updated-dependencies: - dependency-name: rack-protection dependency-type: direct:production 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 fd4c98c7c..2428b4a0c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -435,7 +435,7 @@ GEM rack (2.2.4) rack-cors (1.1.1) rack (>= 2.0.0) - rack-protection (2.2.1) + rack-protection (2.2.2) rack rack-test (2.0.2) rack (>= 1.3)