From 03e3aadb94b204c8083ac0f5bfc759281d5239ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 16:43:42 +0000 Subject: [PATCH] Bump nokogiri from 1.16.2 to 1.16.3 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.16.2 to 1.16.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.16.2...v1.16.3) --- updated-dependencies: - dependency-name: nokogiri dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 51c5a9e..12c2979 100644 --- a/Gemfile +++ b/Gemfile @@ -21,7 +21,7 @@ gem 'jbuilder', '~> 2.11' # Use Active Model has_secure_password # gem 'bcrypt', '~> 3.1.7' -gem 'nokogiri', '~> 1.16.2' +gem 'nokogiri', '~> 1.16.3' # Use Active Storage variant # gem 'image_processing', '~> 1.2' diff --git a/Gemfile.lock b/Gemfile.lock index 92d19dc..03c26ed 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -155,11 +155,11 @@ GEM net-smtp (0.4.0.1) net-protocol nio4r (2.7.0) - nokogiri (1.16.2-aarch64-linux) + nokogiri (1.16.3-aarch64-linux) racc (~> 1.4) - nokogiri (1.16.2-x86_64-darwin) + nokogiri (1.16.3-x86_64-darwin) racc (~> 1.4) - nokogiri (1.16.2-x86_64-linux) + nokogiri (1.16.3-x86_64-linux) racc (~> 1.4) parallel (1.24.0) parser (3.3.0.5) @@ -311,7 +311,7 @@ DEPENDENCIES jbuilder (~> 2.11) jsbundling-rails listen (~> 3.9) - nokogiri (~> 1.16.2) + nokogiri (~> 1.16.3) pg (>= 0.18) puma (~> 6.4) rack-mini-profiler (~> 3.3)