From 75b82f7b68c797b4e0ff5e73ca8a81e2db3db797 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 May 2021 13:52:39 +0000 Subject: [PATCH] Bump nokogiri from 1.11.2 to 1.11.4 in /docs Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.11.2 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.2...v1.11.4) Signed-off-by: dependabot[bot] --- docs/Gemfile | 2 +- docs/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/Gemfile b/docs/Gemfile index 2dee814..63ec025 100644 --- a/docs/Gemfile +++ b/docs/Gemfile @@ -1,3 +1,3 @@ source 'https://rubygems.org' gem 'github-pages', group: :jekyll_plugins -gem 'nokogiri', '~> 1.11', '>= 1.11.2' \ No newline at end of file +gem 'nokogiri', '~> 1.11' \ No newline at end of file diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock index a663e49..38da4ee 100644 --- a/docs/Gemfile.lock +++ b/docs/Gemfile.lock @@ -211,7 +211,7 @@ GEM jekyll-seo-tag (~> 2.1) minitest (5.14.4) multipart-post (2.1.1) - nokogiri (1.11.2-x86_64-linux) + nokogiri (1.11.4-x86_64-linux) racc (~> 1.4) octokit (4.20.0) faraday (>= 0.9) @@ -258,7 +258,7 @@ PLATFORMS DEPENDENCIES github-pages - nokogiri (~> 1.11, >= 1.11.2) + nokogiri (~> 1.11) BUNDLED WITH 2.2.14