Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .soup.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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/",
Expand All @@ -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",
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
6 changes: 3 additions & 3 deletions docs/soup.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
| Ruby | hashdiff | 1.2.1 | MIT | Hashdiff is a diff lib to compute the smallest difference between two hashes | <https://github.com/liufengyun/hashdiff> | 2026-01-26 | Low | Dependency | Dependency |
| Ruby | httparty | 0.24.2 | MIT | Makes http fun! Also, makes consuming restful web services dead easy. | <https://github.com/jnunemaker/httparty> | 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. | <https://github.com/ruby-i18n/i18n> | 2026-01-26 | Low | Dependency | Dependency |
| Ruby | json | 2.19.4 | Ruby | A JSON implementation as a JRuby extension. | <https://github.com/ruby/json> | 2026-01-26 | Low | Dependency | Dependency |
| Ruby | json | 2.19.5 | Ruby | A JSON implementation as a JRuby extension. | <https://github.com/ruby/json> | 2026-01-26 | Low | Dependency | Dependency |
| Ruby | language_server-protocol | 3.17.0.5 | MIT | A Language Server Protocol SDK | <https://github.com/mtsmfm/language_server-protocol-ruby> | 2026-01-26 | Low | Dependency | Dependency |
| Ruby | lint_roller | 1.1.0 | MIT | A plugin specification for linter and formatter rulesets | <https://github.com/standardrb/lint_roller> | 2026-01-26 | Low | Dependency | Dependency |
| Ruby | logger | 1.7.0 | Ruby | Provides a simple logging utility for outputting messages. | <https://github.com/ruby/logger> | 2026-01-26 | Low | Dependency | Dependency |
| Ruby | mini_mime | 1.1.5 | MIT | A minimal mime type library | <https://github.com/discourse/mini_mime> | 2026-01-26 | Low | Dependency | Dependency |
| Ruby | minitest | 6.0.5 | MIT | minitest provides a complete suite of testing facilities supporting | <https://minite.st/> | 2026-01-26 | Low | Dependency | Dependency |
| Ruby | multi_xml | 0.8.1 | MIT | Provides swappable XML backends utilizing LibXML, Nokogiri, Ox, or REXML. | <https://github.com/sferik/multi_xml> | 2026-01-26 | Low | Dependency | Dependency |
| Ruby | minitest | 6.0.6 | MIT | minitest provides a complete suite of testing facilities supporting | <https://minite.st/> | 2026-01-26 | Low | Dependency | Dependency |
| Ruby | multi_xml | 0.9.0 | MIT | Provides swappable XML backends utilizing LibXML, Nokogiri, Ox, or REXML. | <https://github.com/sferik/multi_xml> | 2026-01-26 | Low | Dependency | Dependency |
| Ruby | optparse | 0.8.1 | Ruby | OptionParser is a class for command-line option analysis | <https://github.com/ruby/optparse> | 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 | <https://github.com/grosser/parallel> | 2026-01-26 | Low | Dependency | Dependency |
| Ruby | parser | 3.3.11.1 | MIT | A Ruby parser written in pure Ruby. | <https://github.com/whitequark/parser> | 2026-01-26 | Low | Dependency | Dependency |
Expand Down
Loading