From dfa026cded9c30c7596ab2f5bdd4b591969427ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 02:52:24 +0000 Subject: [PATCH] chore(deps): bump rack-protection from 4.0.0 to 4.1.0 Bumps [rack-protection](https://github.com/sinatra/sinatra) from 4.0.0 to 4.1.0. - [Changelog](https://github.com/sinatra/sinatra/blob/main/CHANGELOG.md) - [Commits](https://github.com/sinatra/sinatra/compare/v4.0.0...v4.1.0) --- updated-dependencies: - dependency-name: rack-protection dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 37f742ba..e15fb31e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -259,8 +259,9 @@ GEM nio4r (~> 2.0) racc (1.8.1) rack (3.1.8) - rack-protection (4.0.0) + rack-protection (4.1.0) base64 (>= 0.1.0) + logger (>= 1.6.0) rack (>= 3.0.0, < 4) rack-proxy (0.7.7) rack @@ -350,10 +351,11 @@ GEM logger rack (>= 2.2.4) redis-client (>= 0.22.2) - sinatra (4.0.0) + sinatra (4.1.0) + logger (>= 1.6.0) mustermann (~> 3.0) rack (>= 3.0.0, < 4) - rack-protection (= 4.0.0) + rack-protection (= 4.1.0) rack-session (>= 2.0.0, < 3) tilt (~> 2.0) snaky_hash (2.0.1)