From 674ac67737567922307a7d9d6a9e9061fd25f801 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Apr 2022 23:27:44 +0000 Subject: [PATCH] Bump nokogiri from 1.8.1 to 1.13.4 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.8.1 to 1.13.4. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/v1.13.4/CHANGELOG.md) - [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.8.1...v1.13.4) --- 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 57c2b48..83f142b 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source "https://rubygems.org" # synk -gem "nokogiri", "~> 1.8.1" +gem "nokogiri", "~> 1.13.4" gem "rack-protection", "~> 2.0.0" # jekyll diff --git a/Gemfile.lock b/Gemfile.lock index b3b0c61..14f39e5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -59,16 +59,18 @@ GEM rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) mercenary (0.3.6) - mini_portile2 (2.3.0) + mini_portile2 (2.8.0) minitest (5.10.3) multipart-post (2.0.0) - nokogiri (1.8.1) - mini_portile2 (~> 2.3.0) + nokogiri (1.13.4) + mini_portile2 (~> 2.8.0) + racc (~> 1.4) octokit (4.7.0) sawyer (~> 0.8.0, >= 0.5.3) pathutil (0.16.0) forwardable-extended (~> 2.6) public_suffix (3.0.0) + racc (1.6.0) rack (2.0.3) rack-protection (2.0.0) rack @@ -102,7 +104,7 @@ DEPENDENCIES jekyll-seo-tag jekyll-sitemap liquid_reading_time - nokogiri (~> 1.8.1) + nokogiri (~> 1.13.4) rack-protection (~> 2.0.0) BUNDLED WITH