Skip to content

Commit

Permalink
Update Ruby versions (#162)
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 Jan 20, 2025
2 parents cdec500 + 18de5e7 commit 45964bf
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions ruby/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -804,6 +804,10 @@
"url": "https://cache.ruby-lang.org/pub/ruby/3.3/ruby-3.3.0-preview1.tar.gz",
"sha256": "c3454a911779b8d747ab0ea87041030d002d533edacb2485fe558b7084da25ed"
},
"3.3.0-preview2": {
"url": "https://cache.ruby-lang.org/pub/ruby/3.3/ruby-3.3.0-preview2.tar.gz",
"sha256": "30ce8b0fe11b37b5ac088f5a5765744b935eac45bb89a9e381731533144f5991"
},
"3.3.0-preview3": {
"url": "https://cache.ruby-lang.org/pub/ruby/3.3/ruby-3.3.0-preview3.tar.gz",
"sha256": "0969141be92e67e0edb84a8fb354acc98f01bd78e602a23a0f136045c82f4809"
Expand Down Expand Up @@ -887,14 +891,18 @@
"3.4.1": {
"url": "https://cache.ruby-lang.org/pub/ruby/3.4/ruby-3.4.1.tar.gz",
"sha256": "3d385e5d22d368b064c817a13ed8e3cc3f71a7705d7ed1bae78013c33aa7c87f"
},
"3.3.7": {
"url": "https://cache.ruby-lang.org/pub/ruby/3.3/ruby-3.3.7.tar.gz",
"sha256": "9c37c3b12288c7aec20ca121ce76845be5bb5d77662a24919651aaf1d12c8628"
}
},
"aliases": {
"2": "2.7.8",
"3": "3.4.1",
"latest": "3.4.1",
"3.4": "3.4.1",
"3.3": "3.3.6",
"3.3": "3.3.7",
"3.2": "3.2.6",
"3.1": "3.1.6",
"3.0": "3.0.7",
Expand All @@ -908,7 +916,7 @@
"2.*": "2.7.8",
"3.*": "3.4.1",
"3.4.*": "3.4.1",
"3.3.*": "3.3.6",
"3.3.*": "3.3.7",
"3.2.*": "3.2.6",
"3.1.*": "3.1.6",
"3.0.*": "3.0.7",
Expand Down

0 comments on commit 45964bf

Please sign in to comment.