From 5260847ff9d1955876a098ea2f8f796423fa6189 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 04:14:35 +0000 Subject: [PATCH] Bump nokogiri from 1.19.2 to 1.19.3 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.19.2 to 1.19.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.19.2...v1.19.3) --- updated-dependencies: - dependency-name: nokogiri dependency-version: 1.19.3 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 29e72d0..59249c2 100644 --- a/Gemfile +++ b/Gemfile @@ -31,7 +31,7 @@ gem "thruster", require: false # ruby-marc library [https://github.com/ruby-marc/ruby-marc] gem "marc", "~> 1.3" -gem 'nokogiri', '~> 1.18', '>= 1.18.10', force_ruby_platform: true +gem 'nokogiri', '~> 1.19', force_ruby_platform: true # Rainbow for text coloring gem "rainbow", "~> 3.0" diff --git a/Gemfile.lock b/Gemfile.lock index 3abdc80..56d73b1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -215,7 +215,7 @@ GEM net-protocol net-ssh (7.3.2) nio4r (2.7.5) - nokogiri (1.19.2) + nokogiri (1.19.3) mini_portile2 (~> 2.8.2) racc (~> 1.4) omniauth (2.1.4) @@ -448,7 +448,7 @@ DEPENDENCIES kamal marc (~> 1.3) mysql2 (~> 0.5.6) - nokogiri (~> 1.18, >= 1.18.10) + nokogiri (~> 1.19) omniauth (~> 2.1) omniauth-cul! omniauth-rails_csrf_protection (~> 2.0)