From 05c2d4dab273a6fb05fd2d988da28e34c39b2819 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 May 2023 09:42:41 +0200 Subject: [PATCH] Bump nokogiri from 1.14.3 to 1.15.2 (#25177) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 6a444acd2..400afef4a 100644 --- a/Gemfile +++ b/Gemfile @@ -59,7 +59,7 @@ gem 'idn-ruby', require: 'idn' gem 'kaminari', '~> 1.2' gem 'link_header', '~> 0.0' gem 'mime-types', '~> 3.4.1', require: 'mime/types/columnar' -gem 'nokogiri', '~> 1.14' +gem 'nokogiri', '~> 1.15' gem 'nsa', '~> 0.2' gem 'oj', '~> 3.14' gem 'ox', '~> 2.14' diff --git a/Gemfile.lock b/Gemfile.lock index 58368e72a..36f7d7201 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -439,8 +439,8 @@ GEM net-protocol net-ssh (7.1.0) nio4r (2.5.9) - nokogiri (1.14.3) - mini_portile2 (~> 2.8.0) + nokogiri (1.15.2) + mini_portile2 (~> 2.8.2) racc (~> 1.4) nsa (0.2.8) activesupport (>= 4.2, < 7) @@ -829,7 +829,7 @@ DEPENDENCIES mime-types (~> 3.4.1) net-http (~> 0.3.2) net-ldap (~> 0.18) - nokogiri (~> 1.14) + nokogiri (~> 1.15) nsa (~> 0.2) oj (~> 3.14) omniauth (~> 1.9)