From 36f41e32e8d38c9573c4cd43370a23602c5593a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jul 2021 21:05:34 +0000 Subject: [PATCH] Bump addressable from 2.7.0 to 2.8.0 in /examples/cors Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.7.0 to 2.8.0. - [Release notes](https://github.com/sporkmonger/addressable/releases) - [Changelog](https://github.com/sporkmonger/addressable/blob/main/CHANGELOG.md) - [Commits](https://github.com/sporkmonger/addressable/compare/addressable-2.7.0...addressable-2.8.0) --- updated-dependencies: - dependency-name: addressable dependency-type: indirect ... Signed-off-by: dependabot[bot] --- examples/cors/Gemfile.lock | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/examples/cors/Gemfile.lock b/examples/cors/Gemfile.lock index e7e29aa..f707e67 100644 --- a/examples/cors/Gemfile.lock +++ b/examples/cors/Gemfile.lock @@ -5,29 +5,32 @@ 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) + addressable (2.8.0) public_suffix (>= 2.0.2, < 5.0) json-schema (2.8.1) addressable (>= 2.4) - mini_portile2 (2.4.0) + mini_portile2 (2.5.3) mustermann (1.0.3) - nokogiri (1.10.7) - mini_portile2 (~> 2.4.0) - public_suffix (4.0.1) - rack (1.6.11) + nokogiri (1.11.7) + mini_portile2 (~> 2.5.0) + racc (~> 1.4) + public_suffix (4.0.6) + racc (1.5.2) + rack (2.2.3) rack-cors (1.0.6) rack (>= 1.6.0) - rack-protection (1.5.5) + rack-protection (2.1.0) rack - sinatra (1.4.8) - rack (~> 1.5) - rack-protection (~> 1.4) - tilt (>= 1.3, < 3) + sinatra (2.1.0) + mustermann (~> 1.0) + rack (~> 2.2) + rack-protection (= 2.1.0) + tilt (~> 2.0) tilt (2.0.10) PLATFORMS