From 34f0d060ffe8bb3ea93a1da0f29e835d0c85e983 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 00:56:22 +0000 Subject: [PATCH] Bump sinatra from 2.0.0 to 3.0.4 in /webapp/ruby Bumps [sinatra](https://github.com/sinatra/sinatra) from 2.0.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.0.0...v3.0.4) --- updated-dependencies: - dependency-name: sinatra dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- webapp/ruby/Gemfile.lock | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/webapp/ruby/Gemfile.lock b/webapp/ruby/Gemfile.lock index 6404314..36b2155 100644 --- a/webapp/ruby/Gemfile.lock +++ b/webapp/ruby/Gemfile.lock @@ -1,7 +1,6 @@ GEM remote: https://rubygems.org/ specs: - backports (3.10.3) concurrent-ruby (1.0.5) concurrent-ruby-edge (0.3.1) concurrent-ruby (= 1.0.5) @@ -10,12 +9,13 @@ GEM faye-websocket (0.10.7) eventmachine (>= 0.12.0) websocket-driver (>= 0.5.1) - multi_json (1.12.2) - mustermann (1.0.1) + multi_json (1.15.0) + mustermann (3.0.0) + ruby2_keywords (~> 0.0.1) mysql2 (0.4.10) puma (3.10.0) - rack (2.0.3) - rack-protection (2.0.0) + rack (2.2.4) + rack-protection (3.0.4) rack rspec (3.7.0) rspec-core (~> 3.7.0) @@ -30,19 +30,19 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.7.0) rspec-support (3.7.0) - sinatra (2.0.0) - mustermann (~> 1.0) - rack (~> 2.0) - rack-protection (= 2.0.0) + ruby2_keywords (0.0.5) + sinatra (3.0.4) + mustermann (~> 3.0) + rack (~> 2.2, >= 2.2.4) + rack-protection (= 3.0.4) tilt (~> 2.0) - sinatra-contrib (2.0.0) - backports (>= 2.0) + sinatra-contrib (3.0.4) multi_json - mustermann (~> 1.0) - rack-protection (= 2.0.0) - sinatra (= 2.0.0) - tilt (>= 1.3, < 3) - tilt (2.0.8) + mustermann (~> 3.0) + rack-protection (= 3.0.4) + sinatra (= 3.0.4) + tilt (~> 2.0) + tilt (2.0.11) websocket-driver (0.7.0) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.3)