From 9c1edb4d1531d763a9c3252f6d209d2cec82f55a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 14:06:59 +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 49ca6f041f..9274e524a7 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'