From ee82dec45ae30d871902a07ee16d2da9507172e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2020 01:55:14 +0000 Subject: [PATCH] Bump rack from 1.6.11 to 2.2.3 in /examples/cors 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/cors/Gemfile.lock | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/examples/cors/Gemfile.lock b/examples/cors/Gemfile.lock index e7e29aa..f3b4f2a 100644 --- a/examples/cors/Gemfile.lock +++ b/examples/cors/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,18 +16,19 @@ 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) + public_suffix (4.0.5) + rack (2.2.3) rack-cors (1.0.6) rack (>= 1.6.0) - rack-protection (1.5.5) + 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