From 518e63f4e085b1d4ac94e9f1524d16cc16ebabcb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Mar 2021 02:11:47 +0000 Subject: [PATCH] Bump nokogiri from 1.10.10 to 1.11.0 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.10 to 1.11.0. - [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.10...v1.11.0) Signed-off-by: dependabot[bot] --- Gemfile.lock | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 5d5c193..7639b60 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -88,10 +88,11 @@ GEM middleman-syntax (3.2.0) middleman-core (>= 3.2) rouge (~> 3.2) - mini_portile2 (2.4.0) + mini_portile2 (2.5.0) minitest (5.14.2) - nokogiri (1.10.10) - mini_portile2 (~> 2.4.0) + nokogiri (1.11.0) + mini_portile2 (~> 2.5.0) + racc (~> 1.4) padrino-helpers (0.13.3.4) i18n (~> 0.6, >= 0.6.7) padrino-support (= 0.13.3.4) @@ -100,6 +101,7 @@ GEM activesupport (>= 3.1) parallel (1.20.0) public_suffix (4.0.6) + racc (1.5.2) rack (2.2.3) rack-livereload (0.3.17) rack @@ -112,7 +114,7 @@ GEM ffi (~> 1.9) servolux (0.13.0) temple (0.8.2) - thor (1.0.1) + thor (0.20.3) thread_safe (0.3.6) tilt (2.0.10) tzinfo (1.2.8) @@ -132,6 +134,7 @@ DEPENDENCIES middleman-livereload middleman-syntax nokogiri + thor (~> 0.20.3) tzinfo-data wdm (~> 0.1.0)