From fabc72b74787ce63dac4ebe8745fc211a13a8948 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 22:08:10 +0000 Subject: [PATCH] Bump nokogiri from 1.14.3 to 1.19.1 in /dlts Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.14.3 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.14.3...v1.19.1) --- updated-dependencies: - dependency-name: nokogiri dependency-version: 1.19.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dlts/Gemfile | 2 +- dlts/Gemfile.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dlts/Gemfile b/dlts/Gemfile index ef1e3552d..441301933 100644 --- a/dlts/Gemfile +++ b/dlts/Gemfile @@ -1,3 +1,3 @@ source 'https://rubygems.org' -gem "nokogiri", "~>1.14" +gem "nokogiri", "~>1.19" diff --git a/dlts/Gemfile.lock b/dlts/Gemfile.lock index c372a8072..b958f4543 100644 --- a/dlts/Gemfile.lock +++ b/dlts/Gemfile.lock @@ -1,17 +1,17 @@ GEM remote: https://rubygems.org/ specs: - mini_portile2 (2.8.1) - nokogiri (1.14.3) - mini_portile2 (~> 2.8.0) + mini_portile2 (2.8.9) + nokogiri (1.19.1) + mini_portile2 (~> 2.8.2) racc (~> 1.4) - racc (1.6.2) + racc (1.8.1) PLATFORMS ruby DEPENDENCIES - nokogiri (~> 1.14) + nokogiri (~> 1.19) BUNDLED WITH 2.2.15