From 0758971b005cd2cc2b620e515cf16ce8aa830b1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 00:54:52 +0000 Subject: [PATCH] Bump sinatra from 1.4.8 to 3.0.4 Bumps [sinatra](https://github.com/sinatra/sinatra) from 1.4.8 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/v1.4.8...v3.0.4) --- updated-dependencies: - dependency-name: sinatra dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index e8589bf..3793cd0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -3,7 +3,6 @@ GEM specs: addressable (2.8.0) public_suffix (>= 2.0.2, < 5.0) - backports (3.6.4) celluloid (0.16.0) timers (~> 4.0.0) crack (0.4.5) @@ -23,7 +22,9 @@ GEM minitest (5.11.3) mocha (1.1.0) metaclass (~> 0.0.1) - multi_json (1.13.1) + multi_json (1.15.0) + mustermann (3.0.0) + ruby2_keywords (~> 0.0.1) netrc (0.11.0) newrelic_rpm (6.7.0.359) nokogiri (1.12.5) @@ -31,35 +32,34 @@ GEM racc (~> 1.4) public_suffix (4.0.6) racc (1.6.0) - rack (1.6.13) - rack-protection (1.5.5) + rack (2.2.4) + rack-protection (3.0.4) rack - rack-test (0.6.3) - rack (>= 1.0) rake (10.4.2) rest-client (2.0.2) http-cookie (>= 1.0.2, < 2.0) mime-types (>= 1.16, < 4.0) netrc (~> 0.8) rexml (3.2.5) + ruby2_keywords (0.0.5) simplecov (0.21.2) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) simplecov-html (0.12.3) simplecov_json_formatter (0.1.3) - sinatra (1.4.8) - rack (~> 1.5) - rack-protection (~> 1.4) - tilt (>= 1.3, < 3) - sinatra-contrib (1.4.2) - backports (>= 2.0) + sinatra (3.0.4) + mustermann (~> 3.0) + rack (~> 2.2, >= 2.2.4) + rack-protection (= 3.0.4) + tilt (~> 2.0) + sinatra-contrib (3.0.4) multi_json - rack-protection - rack-test - sinatra (~> 1.4.0) - tilt (~> 1.3) - tilt (1.4.1) + mustermann (~> 3.0) + rack-protection (= 3.0.4) + sinatra (= 3.0.4) + tilt (~> 2.0) + tilt (2.0.11) timers (4.0.1) hitimes unf (0.1.4)