From bb11d441935f037882389d0afd5e0a7cf0c087e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Apr 2023 08:58:39 +0000 Subject: [PATCH] Bump nokogiri from 1.8.2 to 1.8.5 in /website/docs/latest Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.8.2 to 1.8.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.8.2...v1.8.5) --- updated-dependencies: - dependency-name: nokogiri dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- website/docs/latest/Gemfile | 2 +- website/docs/latest/Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/website/docs/latest/Gemfile b/website/docs/latest/Gemfile index 3979fb21a..f709b5a71 100644 --- a/website/docs/latest/Gemfile +++ b/website/docs/latest/Gemfile @@ -1,6 +1,6 @@ source 'https://rubygems.org' gem 'jekyll' -gem 'nokogiri', '1.8.2' +gem 'nokogiri', '1.8.5' gem 'jekyll-redirect-from' gem 'html-proofer' gem 'RbST' diff --git a/website/docs/latest/Gemfile.lock b/website/docs/latest/Gemfile.lock index 6011223cd..b51445942 100644 --- a/website/docs/latest/Gemfile.lock +++ b/website/docs/latest/Gemfile.lock @@ -1,5 +1,5 @@ GEM - remote: http://rubygems.org/ + remote: https://rubygems.org/ specs: RbST (0.5.1) activesupport (5.2.0) @@ -60,7 +60,7 @@ GEM mercenary (0.3.6) mini_portile2 (2.3.0) minitest (5.11.3) - nokogiri (1.8.2) + nokogiri (1.8.5) mini_portile2 (~> 2.3.0) parallel (1.12.1) pathutil (0.16.1) @@ -92,7 +92,7 @@ DEPENDENCIES html-proofer jekyll jekyll-redirect-from - nokogiri (= 1.8.2) + nokogiri (= 1.8.5) BUNDLED WITH 1.16.2