From 3a2be5a85cb2cbbe145bb08fb34dd5f5c6d24bd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Jan 2023 13:00:49 +0000 Subject: [PATCH] Bump nokogiri from 1.13.6 to 1.14.1 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.13.6 to 1.14.1. - [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.6...v1.14.1) --- updated-dependencies: - dependency-name: nokogiri dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index b1389a1..c9d0a28 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ gem 'jekyll-paginate', '~>1.1.0' gem 'jekyll', '~>3.9.0' gem 'json', '~> 2.3' gem 'neat', '~> 1.7.1' -gem 'nokogiri', '~> 1.13.6' +gem 'nokogiri', '~> 1.14.1' gem 'rouge', '~> 2.2.1' gem 'therubyracer', '~>0.12.3' gem "jekyll-github-metadata", "~> 2.14" diff --git a/Gemfile.lock b/Gemfile.lock index 1638f82..dd02e7a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -81,12 +81,12 @@ GEM rb-inotify (~> 0.9, >= 0.9.10) mercenary (0.3.6) method_source (1.0.0) - mini_portile2 (2.8.0) + mini_portile2 (2.8.1) multipart-post (2.1.1) neat (1.7.4) bourbon (>= 4.0) sass (>= 3.3) - nokogiri (1.13.6) + nokogiri (1.14.1) mini_portile2 (~> 2.8.0) racc (~> 1.4) octokit (4.22.0) @@ -98,7 +98,7 @@ GEM coderay (~> 1.1) method_source (~> 1.0) public_suffix (4.0.7) - racc (1.6.0) + racc (1.6.2) rb-fsevent (0.11.1) rb-inotify (0.10.1) ffi (~> 1.0) @@ -134,7 +134,7 @@ DEPENDENCIES kramdown (~> 2.3.1) kramdown-parser-gfm (~> 1.1.0) neat (~> 1.7.1) - nokogiri (~> 1.13.6) + nokogiri (~> 1.14.1) pry rouge (~> 2.2.1) terminal-notifier (~> 2.0.0)