From 0e2140f5e7e681383a6b3bd175da20e49886628d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Apr 2023 13:51:52 -0500 Subject: [PATCH] Bump nokogiri from 1.13.10 to 1.14.3 in /docs (#4181) Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.13.10 to 1.14.3. - [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.10...v1.14.3) --- updated-dependencies: - dependency-name: nokogiri dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- docs/Gemfile | 2 +- docs/Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/Gemfile b/docs/Gemfile index 12357e06c..64fb3afd9 100644 --- a/docs/Gemfile +++ b/docs/Gemfile @@ -6,6 +6,6 @@ gem 'middleman', '~>4.2' gem 'middleman-autoprefixer', '~> 3.0' gem 'middleman-sprockets', '~> 4.0' gem 'middleman-syntax', '~> 3.0' -gem 'nokogiri', '~> 1.13' +gem 'nokogiri', '~> 1.14' gem 'redcarpet', '~> 3.5' gem 'rouge', '~> 2.0' diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock index c3f1db598..aaf4242ca 100644 --- a/docs/Gemfile.lock +++ b/docs/Gemfile.lock @@ -80,9 +80,9 @@ GEM middleman-syntax (3.0.0) middleman-core (>= 3.2) rouge (~> 2.0) - mini_portile2 (2.8.0) + mini_portile2 (2.8.1) minitest (5.18.0) - nokogiri (1.13.10) + nokogiri (1.14.3) mini_portile2 (~> 2.8.0) racc (~> 1.4) padrino-helpers (0.15.1) @@ -93,7 +93,7 @@ GEM parallel (1.22.1) parslet (2.0.0) public_suffix (4.0.7) - racc (1.6.1) + racc (1.6.2) rack (2.2.6.4) rb-fsevent (0.11.1) rb-inotify (0.10.1) @@ -127,7 +127,7 @@ DEPENDENCIES middleman-autoprefixer (~> 3.0) middleman-sprockets (~> 4.0) middleman-syntax (~> 3.0) - nokogiri (~> 1.13) + nokogiri (~> 1.14) redcarpet (~> 3.5) rouge (~> 2.0)