From 9cd01f60946e582d90607b32dbb4144ecc663290 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 May 2021 12:17:59 +0000 Subject: [PATCH] Bump nokogiri from 1.11.1 to 1.11.4 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.11.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.11.1...v1.11.4) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 9dde1a5..5f8acae 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.11.4" 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..007c76c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -205,14 +205,14 @@ 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.5.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) + nokogiri (1.11.4) mini_portile2 (~> 2.5.0) racc (~> 1.4) octokit (4.20.0) @@ -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.11.4) rouge (~> 3.26.0) safe_yaml (~> 1.0.5) sass (~> 3.7.4)