From 6e4c8f3c184d60e404444771aadaddd0b53fe8f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 May 2021 07:38:01 +0000 Subject: [PATCH] Bump nokogiri from 1.6.8.1 to 1.11.4 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.6.8.1 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.6.8.1...v1.11.4) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index c0e2fcca6..1d26ea6fb 100644 --- a/Gemfile +++ b/Gemfile @@ -36,7 +36,7 @@ gem "middleman-blog" gem "middleman-favicon-maker" # HTML & XML parsing smarts -gem "nokogiri", "~> 1.6.0" +gem "nokogiri", "~> 1.11.4" gem 'mini_portile' # Syntax highlighting diff --git a/Gemfile.lock b/Gemfile.lock index 3173c59d7..e212a94d2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -126,12 +126,13 @@ GEM middleman-core (>= 3.2) rouge (~> 2.0) mini_portile (0.6.2) - mini_portile2 (2.1.0) + mini_portile2 (2.5.1) minitest (5.11.3) multi_json (1.14.1) multipart-post (2.0.0) - nokogiri (1.6.8.1) - mini_portile2 (~> 2.1.0) + nokogiri (1.11.4) + mini_portile2 (~> 2.5.0) + racc (~> 1.4) oj (3.5.0) open-uri-cached (0.0.5) padrino-helpers (0.12.9) @@ -140,6 +141,7 @@ GEM tilt (>= 1.4.1, < 3) padrino-support (0.12.9) activesupport (>= 3.1) + racc (1.5.2) rack (1.6.12) rack-livereload (0.3.16) rack @@ -213,7 +215,7 @@ DEPENDENCIES middleman-livereload middleman-syntax mini_portile - nokogiri (~> 1.6.0) + nokogiri (~> 1.11.4) oj (~> 3.3) open-uri-cached rails-assets-bootstrap-sortable