From ddd647e6471a40ff12362a34af1000c409f9d149 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Nov 2022 21:47:27 +0000 Subject: [PATCH] Bump sinatra from 3.0.3 to 3.0.4 Bumps [sinatra](https://github.com/sinatra/sinatra) from 3.0.3 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/v3.0.3...v3.0.4) --- updated-dependencies: - dependency-name: sinatra dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 9df9d97..02001c6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -29,24 +29,24 @@ GEM puma (6.0.0) nio4r (~> 2.0) rack (2.2.4) - rack-protection (3.0.3) + rack-protection (3.0.4) rack rake (13.0.6) rake-performance (0.1.0) ruby2_keywords (0.0.5) - sinatra (3.0.3) + sinatra (3.0.4) mustermann (~> 3.0) rack (~> 2.2, >= 2.2.4) - rack-protection (= 3.0.3) + rack-protection (= 3.0.4) tilt (~> 2.0) sinatra-activerecord (2.0.26) activerecord (>= 4.1) sinatra (>= 1.0) - sinatra-contrib (3.0.3) + sinatra-contrib (3.0.4) multi_json mustermann (~> 3.0) - rack-protection (= 3.0.3) - sinatra (= 3.0.3) + rack-protection (= 3.0.4) + sinatra (= 3.0.4) tilt (~> 2.0) temple (0.9.1) test-unit (3.5.5)