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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -533,3 +533,4 @@ $RECYCLE.BIN/
# END AI Assistants

.rspec_status
docs/code-review.md
Expand Down
2 changes: 1 addition & 1 deletion .soup.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
8 changes: 4 additions & 4 deletions config/languages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion config/options/redis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
options:
# Redis server version
- name: redis-version
value: latest
value: 9.0
# Port number (default: 6379)
- name: redis-port
value:
Expand Down
2 changes: 1 addition & 1 deletion docs/soup.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
| 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.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 | multi_xml | 0.9.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 | 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