From 5c2524f55fce91f0c80373a210a0e174c20e8421 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Feb 2026 18:55:04 +0000 Subject: [PATCH] Bump nokogiri from 1.18.9 to 1.19.1 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.18.9 to 1.19.1. - [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.18.9...v1.19.1) --- updated-dependencies: - dependency-name: nokogiri dependency-version: 1.19.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 2a9b27637..824001d09 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,7 @@ gem 'responders', '~> 3.1.0' gem 'mysql2', '~> 0.5.5' gem 'haml', '~> 6' gem 'will_paginate', '~> 3.3.1' -gem 'nokogiri', '~> 1.16' +gem 'nokogiri', '~> 1.19' gem 'authlogic', '~> 6.4', '>= 6.4.3' gem 'omniauth_login_dot_gov', git: 'https://github.com/18f/omniauth_login_dot_gov', ref: '6e117a9c68b19a1fbc70533613b74b0d8affd641' gem 'rack', '~> 2.2' diff --git a/Gemfile.lock b/Gemfile.lock index c7f73f662..a17b196b5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -554,7 +554,7 @@ GEM net-ssh (7.3.0) newrelic_rpm (9.19.0) nio4r (2.7.4) - nokogiri (1.18.9) + nokogiri (1.19.1) mini_portile2 (~> 2.8.2) racc (~> 1.4) omniauth (2.1.3) @@ -983,7 +983,7 @@ DEPENDENCIES mysql2 (~> 0.5.5) net-http-persistent (~> 2.9.3) newrelic_rpm (~> 9.10) - nokogiri (~> 1.16) + nokogiri (~> 1.19) omniauth (~> 2.1.0) omniauth-rails_csrf_protection (~> 1.0.1) omniauth_login_dot_gov!