File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- 4.0.4
1+ 4.0.5
Original file line number Diff line number Diff line change 88| Component | Version(s) / Tooling | Notes |
99| ------------- | ---------------------------------- | ---------------------------------------------------------------------------------------- |
1010| 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. |
11+ | Ruby sorter | Ruby 4.0.5 (` .ruby-version ` ) | Uses Ruby stdlib (` JSON ` , ` FileUtils ` ). Declare extra gems if introduced. |
12+ | Gemfile | 4.0.12 | Per-project dependency manifest; versions install via Bundler. |
13+ | Bundler | 4.0.12 | Resolves and installs the gems declared in the Gemfile. |
1214| Python sorter | CPython 3.14.5 (` .python-version ` ) | Uses Python stdlib (` json ` , ` argparse ` ). Add ` requirements.txt ` for third-party modules. |
1315
1416## Backward Compatibility
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ DEPENDENCIES
113113
114114CHECKSUMS
115115 ast (2.4.3) sha256=954615157c1d6a382bc27d690d973195e79db7f55e9765ac7c481c60bdb4d383
116- bundler (4.0.11 ) sha256=5bcec0fb78302e48d02ee46f10ee6e6942be647ba5b44a6d1ddfda9a240ce785
116+ bundler (4.0.12 ) sha256=7f8b757d28dfb636e7b24fba2344ac6dd13b5b24f4b46d62573d483f211825ac
117117 concurrent-ruby (1.3.6) sha256=6b56837e1e7e5292f9864f34b69c5a2cbc75c0cf5338f1ce9903d10fa762d5ab
118118 csv (3.3.5) sha256=6e5134ac3383ef728b7f02725d9872934f523cb40b961479f69cf3afa6c8e73f
119119 ffi (1.17.4) sha256=bcd1642e06f0d16fc9e09ac6d49c3a7298b9789bcb58127302f934e437d60acf
@@ -158,4 +158,4 @@ CHECKSUMS
158158 uri (1.1.1) sha256=379fa58d27ffb1387eaada68c749d1426738bd0f654d812fcc07e7568f5c57c6
159159
160160BUNDLED WITH
161- 4.0.11
161+ 4.0.12
Original file line number Diff line number Diff line change 11## 1. Environment
22
3- - Ruby 4.0.4
3+ - Ruby 4.0.5
4+ - Gemfile 4.0.12
5+ - Bundler 4.0.12
46
57## 2. Install Gems via Gemfile and Bundler
68
You can’t perform that action at this time.
0 commit comments