diff --git a/.gitignore b/.gitignore index 76c8291..64afcca 100644 --- a/.gitignore +++ b/.gitignore @@ -533,3 +533,4 @@ $RECYCLE.BIN/ # END AI Assistants .rspec_status +docs/code-review.md diff --git a/.soup.json b/.soup.json index c64286c..f2eb88e 100644 --- a/.soup.json +++ b/.soup.json @@ -278,7 +278,7 @@ "multi_xml": { "language": "Ruby", "package": "multi_xml", - "version": "0.9.0", + "version": "0.9.1", "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 f695180..3919b72 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -45,7 +45,7 @@ GEM minitest (6.0.6) drb (~> 2.0) prism (~> 1.5) - multi_xml (0.9.0) + multi_xml (0.9.1) bigdecimal (>= 3.1, < 5) optparse (0.8.1) parallel (2.1.0) diff --git a/config/languages.yaml b/config/languages.yaml index f206e21..9d52187 100644 --- a/config/languages.yaml +++ b/config/languages.yaml @@ -57,7 +57,7 @@ go: - .go-version setup_options: - name: go-version - value: 1.26.2 + value: 1.26.3 - name: go-version-file value: - name: go-check-latest @@ -93,7 +93,7 @@ js: - .nvmrc setup_options: - name: node-version - value: 25.9.0 + value: 26.1.0 - name: node-always-auth value: - name: node-version-file @@ -253,7 +253,7 @@ php: - .php-version setup_options: - name: php-version - value: 8.5.5 + value: 8.5.6 - name: php-version-file value: - name: php-extensions @@ -301,7 +301,7 @@ proto: - .go-version setup_options: - name: go-version - value: 1.26.2 + value: 1.26.3 - name: go-version-file value: - name: go-check-latest diff --git a/config/options/redis.yaml b/config/options/redis.yaml index fda3d8e..4d67e0f 100644 --- a/config/options/redis.yaml +++ b/config/options/redis.yaml @@ -11,7 +11,7 @@ options: # Redis server version - name: redis-version - value: latest + value: 9.0 # Port number (default: 6379) - name: redis-port value: diff --git a/docs/soup.md b/docs/soup.md index d3cba5d..69e4c5a 100644 --- a/docs/soup.md +++ b/docs/soup.md @@ -25,7 +25,7 @@ | 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.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 | multi_xml | 0.9.1 | 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 |