From 57752dfde9b504e42f782f52c8922cb5f2c65a4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 Dec 2023 20:49:00 +0000 Subject: [PATCH] Bump sinatra from 3.1.0 to 3.2.0 Bumps [sinatra](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: sinatra dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 8938c26..f97b26c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -3,6 +3,7 @@ GEM specs: addressable (2.8.5) public_suffix (>= 2.0.2, < 6.0) + base64 (0.2.0) cloud_events (0.7.0) concurrent-ruby (1.2.2) connpass (0.1.0) @@ -38,7 +39,8 @@ GEM puma (6.3.1) nio4r (~> 2.0) rack (2.2.8) - 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) @@ -62,12 +64,12 @@ GEM ruby2_keywords (0.0.5) sentry-ruby (5.15.2) concurrent-ruby (~> 1.0, >= 1.0.2) - sinatra (3.1.0) + sinatra (3.2.0) mustermann (~> 3.0) rack (~> 2.2, >= 2.2.4) - rack-protection (= 3.1.0) + rack-protection (= 3.2.0) tilt (~> 2.0) - tilt (2.2.0) + tilt (2.3.0) uri (0.13.0) webmock (3.19.1) addressable (>= 2.8.0)