Skip to content

Commit

Permalink
Update Ruby versions (#160)
Browse files Browse the repository at this point in the history
Automatically created pull-request to update Ruby and Rubygems versions.

This is the result of running:

```
nix run .#update
```

See the workflow here:
https://github.com/bobvanderlinden/nixpkgs-ruby/blob/master/.github/workflows/update.yml
  • Loading branch information
github-actions[bot] authored Dec 26, 2024
2 parents b24be2a + cbfe623 commit 602c528
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions ruby/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -879,12 +879,21 @@
"3.4.0-rc1": {
"url": "https://cache.ruby-lang.org/pub/ruby/3.4/ruby-3.4.0-rc1.tar.gz",
"sha256": "1f3187d3366e90af6d760994f8bfe1fe8999a8ba3553ea4dcfae63e548236e2a"
},
"3.4.0": {
"url": "https://cache.ruby-lang.org/pub/ruby/3.4/ruby-3.4.0.tar.gz",
"sha256": "068c8523442174bd3400e786f4a6952352c82b1b9f6210fd17fb4823086d3379"
},
"3.4.1": {
"url": "https://cache.ruby-lang.org/pub/ruby/3.4/ruby-3.4.1.tar.gz",
"sha256": "3d385e5d22d368b064c817a13ed8e3cc3f71a7705d7ed1bae78013c33aa7c87f"
}
},
"aliases": {
"2": "2.7.8",
"3": "3.3.6",
"latest": "3.3.6",
"3": "3.4.1",
"latest": "3.4.1",
"3.4": "3.4.1",
"3.3": "3.3.6",
"3.2": "3.2.6",
"3.1": "3.1.6",
Expand All @@ -897,7 +906,8 @@
"2.2": "2.2.10",
"2.1": "2.1.10",
"2.*": "2.7.8",
"3.*": "3.3.6",
"3.*": "3.4.1",
"3.4.*": "3.4.1",
"3.3.*": "3.3.6",
"3.2.*": "3.2.6",
"3.1.*": "3.1.6",
Expand Down

0 comments on commit 602c528

Please sign in to comment.