From 6e9d009138623d5f37501354d08f49c2e49030f7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 15 Jan 2021 13:38:56 -0500 Subject: [PATCH] [Security] Bump nokogiri from 1.10.10 to 1.11.0 (#1360) Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.10 to 1.11.0. **This update includes a security fix.** - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/master/CHANGELOG.md) - [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.10.10...v1.11.0) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- Gemfile | 2 +- Gemfile.lock | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 1f8df43..c71cf80 100644 --- a/Gemfile +++ b/Gemfile @@ -8,5 +8,5 @@ gem 'middleman-autoprefixer', '~> 2.7' gem 'middleman-sprockets', '~> 4.1' gem 'rouge', '~> 3.21' gem 'redcarpet', '~> 3.5.0' -gem 'nokogiri', '~> 1.10.8' +gem 'nokogiri', '~> 1.11.0' gem 'sass' diff --git a/Gemfile.lock b/Gemfile.lock index 0db6d0e..f57b015 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -77,10 +77,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) @@ -89,6 +90,7 @@ GEM activesupport (>= 3.1) parallel (1.19.2) public_suffix (4.0.6) + racc (1.5.2) rack (2.2.3) rb-fsevent (0.10.4) rb-inotify (0.10.1) @@ -124,7 +126,7 @@ DEPENDENCIES middleman-autoprefixer (~> 2.7) middleman-sprockets (~> 4.1) middleman-syntax (~> 3.2) - nokogiri (~> 1.10.8) + nokogiri (~> 1.11.0) redcarpet (~> 3.5.0) rouge (~> 3.21) sass