From bcf6f978ce2fee342ca72b34474c8c06574b0dda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 12:48:20 +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 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 6754e933ea..0e1e7942ba 100644 --- a/Gemfile +++ b/Gemfile @@ -111,7 +111,7 @@ gem 'httparty', '~> 0.21.0' gem 'slack-notifier', '~> 2.4.0' # css styles for emails -gem 'nokogiri', '~> 1.16.2' +gem 'nokogiri', '~> 1.16.3' gem 'premailer-rails', '~> 1.12.0' # filtering diff --git a/Gemfile.lock b/Gemfile.lock index e35f668e8e..b91c794cb6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -309,7 +309,7 @@ GEM net-protocol net-ssh (7.1.0) nio4r (2.7.0) - nokogiri (1.16.2-x86_64-linux) + nokogiri (1.16.3-x86_64-linux) racc (~> 1.4) oauth2 (2.0.8) faraday (>= 0.17.3, < 3.0) @@ -613,7 +613,7 @@ DEPENDENCIES minitest-utils (~> 0.4.8) mocha (~> 2.1.0) mysql2 (~> 0.5.6) - nokogiri (~> 1.16.2) + nokogiri (~> 1.16.3) omniauth-google-oauth2 (~> 1.1.1) omniauth-oauth2 (~> 1.8.0) omniauth-rails_csrf_protection (~> 1.0.1)