From 7b335d03375c7cd1fea75cb239158beb025248f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 May 2022 01:23:18 +0000 Subject: [PATCH] Bump nokogiri from 1.6.8.1 to 1.13.6 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.6.8.1 to 1.13.6. - [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.13.6) --- updated-dependencies: - dependency-name: nokogiri dependency-type: direct:production ... 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..122b33b77 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.13.6" gem 'mini_portile' # Syntax highlighting diff --git a/Gemfile.lock b/Gemfile.lock index 3173c59d7..8ad764fe5 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.8.0) 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.13.6) + mini_portile2 (~> 2.8.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.6.0) 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.13.6) oj (~> 3.3) open-uri-cached rails-assets-bootstrap-sortable