From b993c55e9a235750a774e4379bc745b1e15dae15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Oct 2022 13:07:00 +1000 Subject: [PATCH] Bump rack-protection from 2.2.2 to 3.0.2 (#2588) Bumps [rack-protection](https://github.com/sinatra/sinatra) from 2.2.2 to 3.0.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.2...v3.0.2) --- 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 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index ec7b64463..90383eff3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -100,7 +100,7 @@ GEM msgpack (~> 1) msgpack (1.5.4) multipart-post (2.2.3) - mustermann (2.0.2) + mustermann (3.0.0) ruby2_keywords (~> 0.0.1) naught (1.1.0) net-protocol (0.1.3) @@ -133,7 +133,7 @@ GEM rqrcode_core (~> 0.1) racc (1.6.0) rack (2.2.4) - rack-protection (2.2.2) + rack-protection (3.0.2) rack rack-test (2.0.2) rack (>= 1.3) @@ -189,10 +189,10 @@ GEM rubyzip (>= 1.2.2, < 3.0) websocket (~> 1.0) simple_oauth (0.3.1) - sinatra (2.2.2) - mustermann (~> 2.0) - rack (~> 2.2) - rack-protection (= 2.2.2) + sinatra (3.0.2) + mustermann (~> 3.0) + rack (~> 2.2, >= 2.2.4) + rack-protection (= 3.0.2) tilt (~> 2.0) slack-notifier (2.4.0) sqlite3 (1.5.2-x86_64-linux)