From b959c5a544bd07fbee844dc69b5f9922ab6243c1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 13:17:44 +0000 Subject: [PATCH] Update dependency nokogiri to '~> 1.19.0' [SECURITY] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index f0b36dd951..9625d5da17 100644 --- a/Gemfile +++ b/Gemfile @@ -26,7 +26,7 @@ gem 'validates_email_format_of', '1.8.2' # validates email against RFC 2822 and # 0.7.3 is the latest for Rails 4.2, however, it is absent on Rubygems server # https://github.com/huacnlee/rails-settings-cached/issues/165 -gem 'nokogiri', '~> 1.16.0' +gem 'nokogiri', '~> 1.19.0' # style gem 'bootstrap-sass', '~> 3.4'