From 03b187732ef98780b69e96d97cc70458dbabc4fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2020 01:55:12 +0000 Subject: [PATCH] Bump rack from 1.6.11 to 2.2.3 in /examples/with-fixtures Bumps [rack](https://github.com/rack/rack) from 1.6.11 to 2.2.3. - [Release notes](https://github.com/rack/rack/releases) - [Changelog](https://github.com/rack/rack/blob/master/CHANGELOG.md) - [Commits](https://github.com/rack/rack/compare/1.6.11...2.2.3) Signed-off-by: dependabot[bot] --- examples/with-fixtures/Gemfile.lock | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/examples/with-fixtures/Gemfile.lock b/examples/with-fixtures/Gemfile.lock index 30f2396..ea8c346 100644 --- a/examples/with-fixtures/Gemfile.lock +++ b/examples/with-fixtures/Gemfile.lock @@ -5,7 +5,7 @@ PATH json-schema (>= 2.5) mustermann (~> 1.0.0.beta2) nokogiri (~> 1.6) - sinatra (~> 1.4) + sinatra (~> 2.0) GEM remote: https://rubygems.org/ @@ -16,16 +16,17 @@ GEM addressable (>= 2.4) mini_portile2 (2.4.0) mustermann (1.0.3) - nokogiri (1.10.7) + nokogiri (1.10.9) mini_portile2 (~> 2.4.0) - public_suffix (4.0.1) - rack (1.6.11) - rack-protection (1.5.5) + public_suffix (4.0.5) + rack (2.2.3) + rack-protection (2.0.8.1) rack - sinatra (1.4.8) - rack (~> 1.5) - rack-protection (~> 1.4) - tilt (>= 1.3, < 3) + sinatra (2.0.8.1) + mustermann (~> 1.0) + rack (~> 2.0) + rack-protection (= 2.0.8.1) + tilt (~> 2.0) tilt (2.0.10) PLATFORMS