Skip to content

Commit 3757a74

Browse files
authored
Merge branch 'master' into hayat01sh1da/python/introduce-mypy-typechecking
2 parents 0420538 + 5c0739e commit 3757a74

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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.3 (`.ruby-version`) | Uses Ruby stdlib (`JSON`, `FileUtils`). Declare extra gems if introduced. |
1212
| Python sorter | CPython 3.14.4 (`.python-version`) | Uses Python stdlib (`json`, `argparse`). Add `requirements.txt` for third-party modules. |
1313

1414
## Backward Compatibility

ruby/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## 1. Environment
22

3-
- Ruby 4.0.2
3+
- Ruby 4.0.3
44

55
## 2. Install Gems via Gemfile and Bundler
66

0 commit comments

Comments
 (0)