From dfc6cb68d29b69745df5f0f27dbed76c92572d65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Apr 2023 06:12:52 +0000 Subject: [PATCH] Bump nokogiri from 1.13.8 to 1.14.3 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.13.8 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.8...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 ab19688c..72093959 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,7 @@ gem "wdm", "~> 0.1", platforms: [:mswin, :mingw] gem "builder", "~> 3.0" gem "debug", "~> 1.6" gem "middleman-blog", "~> 4.0" -gem "nokogiri", "~> 1.13.6" +gem "nokogiri", "~> 1.14.3" gem "redcarpet", "~> 3.5" gem "image_optim", "~> 0.30" diff --git a/Gemfile.lock b/Gemfile.lock index 152d1202..a479171a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -156,9 +156,9 @@ GEM rack-livereload (~> 0.3.15) mini_magick (4.11.0) mini_mime (1.1.2) - mini_portile2 (2.8.0) + mini_portile2 (2.8.1) minitest (5.17.0) - nokogiri (1.13.8) + nokogiri (1.14.3) mini_portile2 (~> 2.8.0) racc (~> 1.4) padrino-helpers (0.15.1) @@ -172,7 +172,7 @@ GEM parslet (2.0.0) progress (3.6.0) public_suffix (5.0.0) - racc (1.6.1) + racc (1.6.2) rack (2.2.4) rack-livereload (0.3.17) rack @@ -268,7 +268,7 @@ DEPENDENCIES middleman-images (~> 0.2) middleman-livereload (~> 3.4) mini_magick (~> 4.11) - nokogiri (~> 1.13.6) + nokogiri (~> 1.14.3) rake (~> 13.0) redcarpet (~> 3.5) rspec (~> 3.11)