From 0b798e75e2f652c875f7c8200fdb024f9cf795d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 05:08:22 +0000 Subject: [PATCH] chore(deps): bump rack-protection from 4.2.0 to 4.2.1 Bumps [rack-protection](https://github.com/sinatra/sinatra) from 4.2.0 to 4.2.1. - [Changelog](https://github.com/sinatra/sinatra/blob/main/CHANGELOG.md) - [Commits](https://github.com/sinatra/sinatra/compare/v4.2.0...v4.2.1) --- updated-dependencies: - dependency-name: rack-protection dependency-version: 4.2.1 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 766e962b8..6776b9308 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -541,7 +541,7 @@ GEM rack (>= 3.0.14) rack-mini-profiler (4.0.1) rack (>= 1.2.0) - rack-protection (4.2.0) + rack-protection (4.2.1) base64 (>= 0.1.0) logger (>= 1.6.0) rack (>= 3.0.0, < 4)