From 1c303719e365af53610b70dbcbf3d1675bc6e63f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 May 2022 09:54:29 +1000 Subject: [PATCH] Bump nokogiri from 1.13.4 to 1.13.6 (#119) Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.13.4 to 1.13.6. - [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.13.4...v1.13.6) --- updated-dependencies: - dependency-name: nokogiri dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 39567ec..f371c98 100644 --- a/Gemfile +++ b/Gemfile @@ -10,6 +10,6 @@ group :development, :test do gem 'redcarpet', '~> 3.5.1' gem 'kramdown', '~> 2.3.1' gem 'kramdown-parser-gfm', '~> 1.1.0' - gem 'nokogiri', '~> 1.13.4' + gem 'nokogiri', '~> 1.13.6' gem "jekyll-last-modified-at", "~> 1.0" end diff --git a/Gemfile.lock b/Gemfile.lock index 9090101..5eb7c48 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -48,7 +48,7 @@ GEM rb-inotify (~> 0.9, >= 0.9.10) mercenary (0.3.6) mini_portile2 (2.8.0) - nokogiri (1.13.4) + nokogiri (1.13.6) mini_portile2 (~> 2.8.0) racc (~> 1.4) pathutil (0.16.2) @@ -79,7 +79,7 @@ DEPENDENCIES jekyll-sitemap (~> 1.2.0) kramdown (~> 2.3.1) kramdown-parser-gfm (~> 1.1.0) - nokogiri (~> 1.13.4) + nokogiri (~> 1.13.6) redcarpet (~> 3.5.1) BUNDLED WITH