From 5f100edbefb55ac082fd5241fd9fe791c6ed2c3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Nov 2022 23:59:38 +0000 Subject: [PATCH] Bump sinatra from 1.4.8 to 2.2.1 in /examples/with-fixtures Bumps [sinatra](https://github.com/sinatra/sinatra) from 1.4.8 to 2.2.1. - [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...v2.2.1) --- updated-dependencies: - dependency-name: sinatra dependency-type: indirect ... Signed-off-by: dependabot[bot] --- examples/with-fixtures/Gemfile.lock | 35 ++++++++++++++++------------- 1 file changed, 19 insertions(+), 16 deletions(-) diff --git a/examples/with-fixtures/Gemfile.lock b/examples/with-fixtures/Gemfile.lock index 30f2396..2ad4a94 100644 --- a/examples/with-fixtures/Gemfile.lock +++ b/examples/with-fixtures/Gemfile.lock @@ -5,28 +5,31 @@ PATH json-schema (>= 2.5) mustermann (~> 1.0.0.beta2) nokogiri (~> 1.6) - sinatra (~> 1.4) + sinatra (~> 2.0) GEM remote: https://rubygems.org/ specs: - addressable (2.7.0) - public_suffix (>= 2.0.2, < 5.0) - json-schema (2.8.1) - addressable (>= 2.4) - mini_portile2 (2.4.0) + addressable (2.8.1) + public_suffix (>= 2.0.2, < 6.0) + json-schema (3.0.0) + addressable (>= 2.8) + mini_portile2 (2.8.0) mustermann (1.0.3) - nokogiri (1.10.7) - mini_portile2 (~> 2.4.0) - public_suffix (4.0.1) - rack (1.6.11) - rack-protection (1.5.5) + nokogiri (1.13.9) + mini_portile2 (~> 2.8.0) + racc (~> 1.4) + public_suffix (5.0.0) + racc (1.6.0) + rack (2.2.4) + rack-protection (2.2.1) rack - sinatra (1.4.8) - rack (~> 1.5) - rack-protection (~> 1.4) - tilt (>= 1.3, < 3) - tilt (2.0.10) + sinatra (2.2.1) + mustermann (~> 1.0) + rack (~> 2.2) + rack-protection (= 2.2.1) + tilt (~> 2.0) + tilt (2.0.11) PLATFORMS ruby