From 568a54c6c897f585f7c2b18fdfa3d7dfffbeccdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Mar 2021 16:17:11 +0000 Subject: [PATCH] Bump nokogiri from 1.10.8 to 1.11.0 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.8 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.8...v1.11.0) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 145672a..61b2276 100644 --- a/Gemfile +++ b/Gemfile @@ -8,4 +8,4 @@ gem 'middleman-autoprefixer', '~> 2.7.0' gem 'middleman-sprockets', '~> 4.1.0' gem 'rouge', '~> 2.0.5' gem 'redcarpet', '~> 3.4.0' -gem 'nokogiri', '~> 1.10.8' +gem 'nokogiri', '~> 1.11.0' diff --git a/Gemfile.lock b/Gemfile.lock index 0d2cbe1..d0e97be 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -80,10 +80,11 @@ GEM middleman-syntax (3.0.0) middleman-core (>= 3.2) rouge (~> 2.0) - mini_portile2 (2.4.0) + mini_portile2 (2.5.0) minitest (5.10.1) - nokogiri (1.10.8) - mini_portile2 (~> 2.4.0) + nokogiri (1.11.0) + mini_portile2 (~> 2.5.0) + racc (~> 1.4) padrino-helpers (0.13.3.3) i18n (~> 0.6, >= 0.6.7) padrino-support (= 0.13.3.3) @@ -92,6 +93,7 @@ GEM activesupport (>= 3.1) parallel (1.10.0) public_suffix (2.0.5) + racc (1.5.2) rack (2.2.3) rb-fsevent (0.9.8) rb-inotify (0.9.8) @@ -120,7 +122,7 @@ DEPENDENCIES middleman-autoprefixer (~> 2.7.0) middleman-sprockets (~> 4.1.0) middleman-syntax (~> 3.0.0) - nokogiri (~> 1.10.8) + nokogiri (~> 1.11.0) redcarpet (~> 3.4.0) rouge (~> 2.0.5)