From 2ed357a945213c45babeda481063ad3c8e386fe2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 May 2024 09:49:46 +0000 Subject: [PATCH] Bump nokogiri from 1.16.2 to 1.16.5 in /docs Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.16.2 to 1.16.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.16.2...v1.16.5) --- updated-dependencies: - dependency-name: nokogiri dependency-type: indirect ... Signed-off-by: dependabot[bot] --- docs/Gemfile | 1 + docs/Gemfile.lock | 14 +++++++++----- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/docs/Gemfile b/docs/Gemfile index 2b95b5f3..9475d3f3 100644 --- a/docs/Gemfile +++ b/docs/Gemfile @@ -7,3 +7,4 @@ versions = JSON.parse(OpenURI.open_uri('https://pages.github.com/versions.json') gem 'github-pages', versions['github-pages'], group: :jekyll_plugins gem "webrick", "~> 1.8" gem "faraday", "~> 2.0.1" +gem "nokogiri", "1.16.5" diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock index 0c6ac48e..41d53f80 100644 --- a/docs/Gemfile.lock +++ b/docs/Gemfile.lock @@ -34,8 +34,10 @@ GEM ffi (>= 1.15.0) eventmachine (1.2.7) execjs (2.9.1) - faraday (2.0.0) + faraday (2.0.1) + faraday-net_http (~> 2.0) ruby2_keywords (>= 0.0.4) + faraday-net_http (2.1.0) ffi (1.16.3) forwardable-extended (2.6.0) gemoji (4.1.0) @@ -213,17 +215,17 @@ GEM rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) mercenary (0.3.6) - mini_portile2 (2.8.5) + mini_portile2 (2.8.6) minima (2.5.1) jekyll (>= 3.5, < 5.0) jekyll-feed (~> 0.9) jekyll-seo-tag (~> 2.1) minitest (5.22.2) mutex_m (0.2.0) - nokogiri (1.15.6) + nokogiri (1.16.5) mini_portile2 (~> 2.8.2) racc (~> 1.4) - nokogiri (1.15.6-x86_64-darwin) + nokogiri (1.16.5-x86_64-darwin) racc (~> 1.4) octokit (4.25.1) faraday (>= 1, < 3) @@ -231,7 +233,7 @@ GEM pathutil (0.16.2) forwardable-extended (~> 2.6) public_suffix (5.0.4) - racc (1.7.3) + racc (1.8.0) rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) @@ -269,7 +271,9 @@ PLATFORMS x86_64-darwin-21 DEPENDENCIES + faraday (~> 2.0.1) github-pages (= 231) + nokogiri (= 1.16.5) webrick (~> 1.8) BUNDLED WITH