From bcbd59ff20724bf1712eb4dba03baf6c8feeb0ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 18:18:10 +0000 Subject: [PATCH] Bump nokogiri from 1.15.5 to 1.16.0 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.15.5 to 1.16.0. - [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.15.5...v1.16.0) --- updated-dependencies: - dependency-name: nokogiri dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 1c11015..3e195e7 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ gem 'middleman-autoprefixer', '~> 3.0.0' gem 'middleman-sprockets', '~> 4.1.1' gem 'rouge', '~> 3.30.0' gem 'redcarpet', '~> 3.6.0' -gem 'nokogiri', '~> 1.15.5' +gem 'nokogiri', '~> 1.16.0' # Lock haml https://github.com/middleman/middleman-syntax/issues/80 gem 'haml', '>= 4.0.5', '< 6.0' diff --git a/Gemfile.lock b/Gemfile.lock index 58f3e7d..1216a84 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -80,7 +80,7 @@ GEM middleman-core (>= 3.2) rouge (~> 3.2) minitest (5.20.0) - nokogiri (1.15.5-x86_64-linux) + nokogiri (1.16.0-x86_64-linux) racc (~> 1.4) padrino-helpers (0.15.3) i18n (>= 0.6.7, < 2) @@ -129,7 +129,7 @@ DEPENDENCIES middleman-autoprefixer (~> 3.0.0) middleman-sprockets (~> 4.1.1) middleman-syntax (~> 3.3.0) - nokogiri (~> 1.15.5) + nokogiri (~> 1.16.0) redcarpet (~> 3.6.0) rouge (~> 3.30.0) sass (= 3.7.4)