From 8bc16dea95db2ce8fb68b69cd7bf7bce2f30b341 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Sep 2022 14:08:02 +0200 Subject: [PATCH] Build(deps): Bump rack-protection from 2.2.2 to 3.0.0 (#18361) Bumps [rack-protection](https://github.com/sinatra/sinatra) from 2.2.2 to 3.0.0. - [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.2...v3.0.0) --- updated-dependencies: - dependency-name: rack-protection dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index a091f7b015..0289fb1b46 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -346,7 +346,7 @@ GEM rack (2.2.4) rack-mini-profiler (3.0.0) rack (>= 1.2.0) - rack-protection (2.2.2) + rack-protection (3.0.0) rack rack-test (2.0.2) rack (>= 1.3)