From af0de8414ba1b3abc1b9a44104a2714c7d979f41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Apr 2023 11:39:07 +0000 Subject: [PATCH] Bump nokogiri from 1.11.1 to 1.14.3 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.11.1 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.11.1...v1.14.3) --- updated-dependencies: - dependency-name: nokogiri dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index f2e8441..554f508 100644 --- a/Gemfile +++ b/Gemfile @@ -8,6 +8,6 @@ gem 'middleman-autoprefixer', '~> 3.0' gem 'middleman-sprockets', '~> 4.1' gem 'rouge', '~> 3.21' gem 'redcarpet', '~> 3.6.0' -gem 'nokogiri', '~> 1.13.3' +gem 'nokogiri', '~> 1.14.3' gem 'sass' gem 'webrick' diff --git a/Gemfile.lock b/Gemfile.lock index 79bfbcb..80c73b4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -80,9 +80,9 @@ GEM middleman-syntax (3.3.0) middleman-core (>= 3.2) rouge (~> 3.2) - mini_portile2 (2.8.0) + mini_portile2 (2.8.1) minitest (5.17.0) - nokogiri (1.13.9) + nokogiri (1.14.3) mini_portile2 (~> 2.8.0) racc (~> 1.4) padrino-helpers (0.15.2) @@ -93,7 +93,7 @@ GEM parallel (1.22.1) parslet (2.0.0) public_suffix (5.0.1) - racc (1.6.0) + racc (1.6.2) rack (2.2.6.2) rb-fsevent (0.11.2) rb-inotify (0.10.1) @@ -132,7 +132,7 @@ DEPENDENCIES middleman-autoprefixer (~> 3.0) middleman-sprockets (~> 4.1) middleman-syntax (~> 3.2) - nokogiri (~> 1.13.3) + nokogiri (~> 1.14.3) redcarpet (~> 3.6.0) rouge (~> 3.21) sass