From 93cb318f5af40eab23c66f72e41520d58f0f8711 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Nov 2022 05:01:19 +0000 Subject: [PATCH] Bump sinatra from 2.2.0 to 3.0.4 Bumps [sinatra](https://github.com/sinatra/sinatra) from 2.2.0 to 3.0.4. - [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.0...v3.0.4) --- updated-dependencies: - dependency-name: sinatra dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 8f6726b..f087f40 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,23 +7,23 @@ GEM ci_reporter_test_unit (1.0.1) ci_reporter (~> 2.0) test-unit (>= 2.5.5, < 4.0) - mustermann (1.1.1) + mustermann (3.0.0) ruby2_keywords (~> 0.0.1) power_assert (1.2.0) - rack (2.2.3) - rack-protection (2.2.0) + rack (2.2.4) + rack-protection (3.0.4) rack rack-test (1.1.0) rack (>= 1.0, < 3) ruby2_keywords (0.0.5) - sinatra (2.2.0) - mustermann (~> 1.0) - rack (~> 2.2) - rack-protection (= 2.2.0) + sinatra (3.0.4) + mustermann (~> 3.0) + rack (~> 2.2, >= 2.2.4) + rack-protection (= 3.0.4) tilt (~> 2.0) test-unit (3.3.7) power_assert - tilt (2.0.10) + tilt (2.0.11) PLATFORMS ruby