From 25bf55e396bcc2dad2acf00781a047018ce87ca0 Mon Sep 17 00:00:00 2001 From: ydesgagn <9338353+ydesgagn@users.noreply.github.com> Date: Mon, 4 May 2026 09:50:40 +0000 Subject: [PATCH] Update dependencies and soup files --- .soup.json | 6 +++--- Gemfile.lock | 6 +++--- docs/soup.md | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.soup.json b/.soup.json index 37258f0..c64286c 100644 --- a/.soup.json +++ b/.soup.json @@ -206,7 +206,7 @@ "json": { "language": "Ruby", "package": "json", - "version": "2.19.4", + "version": "2.19.5", "license": "Ruby", "description": "A JSON implementation as a JRuby extension.", "website": "https://github.com/ruby/json", @@ -266,7 +266,7 @@ "minitest": { "language": "Ruby", "package": "minitest", - "version": "6.0.5", + "version": "6.0.6", "license": "MIT", "description": "minitest provides a complete suite of testing facilities supporting", "website": "https://minite.st/", @@ -278,7 +278,7 @@ "multi_xml": { "language": "Ruby", "package": "multi_xml", - "version": "0.8.1", + "version": "0.9.0", "license": "MIT", "description": "Provides swappable XML backends utilizing LibXML, Nokogiri, Ox, or REXML.", "website": "https://github.com/sferik/multi_xml", diff --git a/Gemfile.lock b/Gemfile.lock index 1fd96c1..f695180 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -37,15 +37,15 @@ GEM multi_xml (>= 0.5.2) i18n (1.14.8) concurrent-ruby (~> 1.0) - json (2.19.4) + json (2.19.5) language_server-protocol (3.17.0.5) lint_roller (1.1.0) logger (1.7.0) mini_mime (1.1.5) - minitest (6.0.5) + minitest (6.0.6) drb (~> 2.0) prism (~> 1.5) - multi_xml (0.8.1) + multi_xml (0.9.0) bigdecimal (>= 3.1, < 5) optparse (0.8.1) parallel (2.1.0) diff --git a/docs/soup.md b/docs/soup.md index e4c3175..d3cba5d 100644 --- a/docs/soup.md +++ b/docs/soup.md @@ -19,13 +19,13 @@ | Ruby | hashdiff | 1.2.1 | MIT | Hashdiff is a diff lib to compute the smallest difference between two hashes | | 2026-01-26 | Low | Dependency | Dependency | | Ruby | httparty | 0.24.2 | MIT | Makes http fun! Also, makes consuming restful web services dead easy. | | 2026-01-26 | High | HTTP client for GitHub REST API communication | Industry-standard Ruby HTTP client with active maintenance and security updates | | Ruby | i18n | 1.14.8 | MIT | New wave Internationalization support for Ruby. | | 2026-01-26 | Low | Dependency | Dependency | -| Ruby | json | 2.19.4 | Ruby | A JSON implementation as a JRuby extension. | | 2026-01-26 | Low | Dependency | Dependency | +| Ruby | json | 2.19.5 | Ruby | A JSON implementation as a JRuby extension. | | 2026-01-26 | Low | Dependency | Dependency | | Ruby | language_server-protocol | 3.17.0.5 | MIT | A Language Server Protocol SDK | | 2026-01-26 | Low | Dependency | Dependency | | Ruby | lint_roller | 1.1.0 | MIT | A plugin specification for linter and formatter rulesets | | 2026-01-26 | Low | Dependency | Dependency | | Ruby | logger | 1.7.0 | Ruby | Provides a simple logging utility for outputting messages. | | 2026-01-26 | Low | Dependency | Dependency | | Ruby | mini_mime | 1.1.5 | MIT | A minimal mime type library | | 2026-01-26 | Low | Dependency | Dependency | -| Ruby | minitest | 6.0.5 | MIT | minitest provides a complete suite of testing facilities supporting | | 2026-01-26 | Low | Dependency | Dependency | -| Ruby | multi_xml | 0.8.1 | MIT | Provides swappable XML backends utilizing LibXML, Nokogiri, Ox, or REXML. | | 2026-01-26 | Low | Dependency | Dependency | +| Ruby | minitest | 6.0.6 | MIT | minitest provides a complete suite of testing facilities supporting | | 2026-01-26 | Low | Dependency | Dependency | +| Ruby | multi_xml | 0.9.0 | MIT | Provides swappable XML backends utilizing LibXML, Nokogiri, Ox, or REXML. | | 2026-01-26 | Low | Dependency | Dependency | | Ruby | optparse | 0.8.1 | Ruby | OptionParser is a class for command-line option analysis | | 2026-01-26 | Low | Command line argument parser | Ruby standard library gem maintained by the Ruby core team | | Ruby | parallel | 2.1.0 | MIT | Run any kind of code in parallel processes | | 2026-01-26 | Low | Dependency | Dependency | | Ruby | parser | 3.3.11.1 | MIT | A Ruby parser written in pure Ruby. | | 2026-01-26 | Low | Dependency | Dependency |