From 5ad7177eab524bc8cc57e6a0c8bf48b90c7e31c4 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 00:10:11 +0000 Subject: [PATCH] Update rexml to version 3.3.4 --- Gemfile.lock | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 0b73670..0d72f90 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -172,6 +172,7 @@ GEM matrix (0.4.2) method_source (1.0.0) mini_mime (1.0.1) + mini_portile2 (2.8.7) minitest (5.19.0) modernizr-rails (2.7.1) multi_json (1.15.0) @@ -181,7 +182,8 @@ GEM sass (~> 3.4) thor (~> 0.19) nio4r (2.3.0) - nokogiri (1.15.4-arm64-darwin) + nokogiri (1.15.4) + mini_portile2 (~> 2.8.2) racc (~> 1.4) oauth (0.5.1) oauth2 (1.4.0) @@ -266,7 +268,8 @@ GEM responders (2.4.1) actionpack (>= 4.2.0, < 6.0) railties (>= 4.2.0, < 6.0) - rexml (3.2.6) + rexml (3.3.4) + strscan rspec (3.9.0) rspec-core (~> 3.9.0) rspec-expectations (~> 3.9.0) @@ -343,6 +346,7 @@ GEM actionpack (>= 4.0) activesupport (>= 4.0) sprockets (>= 3.0.0) + strscan (3.1.0) sysexits (1.2.0) temple (0.8.0) thor (0.20.3)