From df784a9413051c580948483d68a93ee1a3af152e Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Tue, 11 Apr 2023 20:29:16 +0000 Subject: [PATCH] Update nokogiri to version 1.14.3 --- Gemfile.lock | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 8be3259b..a55696d3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,10 +2,10 @@ PATH remote: . specs: railsui (0.1.0) - cssbundling-rails (~> 1.1) - inline_svg (~> 1.9) - jsbundling-rails (~> 1.1) - rails (~> 7.0) + cssbundling-rails (>= 1.1) + inline_svg (>= 1.9) + jsbundling-rails (>= 1.1) + rails (>= 7.0) GEM remote: https://rubygems.org/ @@ -116,11 +116,11 @@ GEM net-smtp (0.3.3) net-protocol nio4r (2.5.8) - nokogiri (1.14.2-arm64-darwin) + nokogiri (1.14.3-arm64-darwin) racc (~> 1.4) - nokogiri (1.14.2-x86_64-darwin) + nokogiri (1.14.3-x86_64-darwin) racc (~> 1.4) - nokogiri (1.14.2-x86_64-linux) + nokogiri (1.14.3-x86_64-linux) racc (~> 1.4) parallel (1.22.1) parser (3.2.2.0)