Skip to content

Commit efc406f

Browse files
authored
Merge pull request #60 from hayat01sh1da/hayat01sh1da/ruby/bump-ruby-to-4.0.5-and-bundler-to-4.0.12
[ruby] Bump Ruby to 4.0.5 and Gemfile/Bundler to 4.0.12
2 parents 60e2de5 + ddc6d36 commit efc406f

4 files changed

Lines changed: 9 additions & 5 deletions

File tree

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.0.4
1+
4.0.5

SECURITY.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
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

ruby/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ DEPENDENCIES
113113

114114
CHECKSUMS
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

160160
BUNDLED WITH
161-
4.0.11
161+
4.0.12

ruby/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
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

0 commit comments

Comments
 (0)