File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55## 1. Common Environment
66
7- - WSL(Ubuntu 24.04.3 LTS )
7+ - WSL (Ubuntu 25.10 )
88
99## 2. READMEs
1010
Original file line number Diff line number Diff line change 55
66## Ecosystem & Compatibility
77
8- | Component | Version(s) / Tooling | Notes |
9- | -------------------- | ------------------------------ | ----- |
10- | OS baseline | WSL (Ubuntu 24.04.3 LTS) | Shared across Ruby and Python implementations. |
11- | Ruby sorter | Ruby 4.0.2 (` .ruby-version ` ) | Uses Ruby stdlib (` JSON ` , ` FileUtils ` ). Declare extra gems if introduced. |
12- | Python sorter | CPython 3.14.3 (` .python-version ` ) | Uses Python stdlib (` json ` , ` argparse ` ). Add ` requirements.txt ` for third-party modules. |
8+ | Component | Version(s) / Tooling | Notes |
9+ | ------------- | ---------------------------------- | ----------------------------------------------------------------------------------- ----- |
10+ | OS baseline | WSL (Ubuntu 25.10) | Shared environment across tracks. |
11+ | Ruby sorter | Ruby 4.0.2 (` .ruby-version ` ) | Uses Ruby stdlib (` JSON ` , ` FileUtils ` ). Declare extra gems if introduced. |
12+ | Python sorter | CPython 3.14.3 (` .python-version ` ) | Uses Python stdlib (` json ` , ` argparse ` ). Add ` requirements.txt ` for third-party modules. |
1313
1414## Backward Compatibility
1515
You can’t perform that action at this time.
0 commit comments