From 36df60b8127a1a81c4a4d7fb41edd00f0445239c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 May 2021 03:42:36 +0000 Subject: [PATCH] Bump nokogiri from 1.10.7 to 1.11.4 in /examples/basic Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.7 to 1.11.4. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.10.7...v1.11.4) Signed-off-by: dependabot[bot] --- examples/basic/Gemfile.lock | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/examples/basic/Gemfile.lock b/examples/basic/Gemfile.lock index 30f2396..fe6bd9e 100644 --- a/examples/basic/Gemfile.lock +++ b/examples/basic/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/ @@ -14,18 +14,21 @@ GEM public_suffix (>= 2.0.2, < 5.0) json-schema (2.8.1) addressable (>= 2.4) - mini_portile2 (2.4.0) + mini_portile2 (2.5.1) 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.11.4) + mini_portile2 (~> 2.5.0) + racc (~> 1.4) + public_suffix (4.0.6) + racc (1.5.2) + rack (2.2.3) + 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