From a4fc7f983c9dc070e0f39a13af1fa17e2953addb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 08:40:40 +0800 Subject: [PATCH] Build(deps): Bump rack-protection from 3.1.0 to 3.2.0 (#25080) Bumps [rack-protection](https://github.com/sinatra/sinatra) from 3.1.0 to 3.2.0. - [Changelog](https://github.com/sinatra/sinatra/blob/main/CHANGELOG.md) - [Commits](https://github.com/sinatra/sinatra/compare/v3.1.0...v3.2.0) --- updated-dependencies: - dependency-name: rack-protection dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile.lock | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 0a27a8ab6db..decdeb84a49 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -325,7 +325,8 @@ GEM rack (2.2.8) rack-mini-profiler (3.3.0) rack (>= 1.2.0) - rack-protection (3.1.0) + rack-protection (3.2.0) + base64 (>= 0.1.0) rack (~> 2.2, >= 2.2.4) rack-test (2.1.0) rack (>= 1.3)