From fa8afe299de9378146121acc53db126ee803222d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Sep 2021 00:13:07 +0000 Subject: [PATCH] Bump nokogiri from 1.11.1 to 1.12.5 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.11.1 to 1.12.5. - [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.11.1...v1.12.5) --- updated-dependencies: - dependency-name: nokogiri dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 9dde1a5..9e375fe 100644 --- a/Gemfile +++ b/Gemfile @@ -49,7 +49,7 @@ gem "kramdown-parser-gfm", "~> 1.1.0" gem "kramdown", "~> 2.3.0" gem "liquid", "~> 4.0.3" gem "minima", "~> 2.5.1" -gem "nokogiri", "~> 1.11.1" +gem "nokogiri", "~> 1.12.5" gem "rouge", "~> 3.26.0" #gem "ruby", "~> 2.7.1" gem "safe_yaml", "~> 1.0.5" diff --git a/Gemfile.lock b/Gemfile.lock index 1a3efee..d843f23 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -205,15 +205,15 @@ GEM rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) mercenary (0.3.6) - mini_portile2 (2.5.0) + mini_portile2 (2.6.1) minima (2.5.1) jekyll (>= 3.5, < 5.0) jekyll-feed (~> 0.9) jekyll-seo-tag (~> 2.1) minitest (5.14.4) multipart-post (2.1.1) - nokogiri (1.11.1) - mini_portile2 (~> 2.5.0) + nokogiri (1.12.5) + mini_portile2 (~> 2.6.1) racc (~> 1.4) octokit (4.20.0) faraday (>= 0.9) @@ -291,7 +291,7 @@ DEPENDENCIES kramdown-parser-gfm (~> 1.1.0) liquid (~> 4.0.3) minima (~> 2.5.1) - nokogiri (~> 1.11.1) + nokogiri (~> 1.12.5) rouge (~> 3.26.0) safe_yaml (~> 1.0.5) sass (~> 3.7.4)