Skip to content

Commit

Permalink
Update Ruby versions (#93)
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 Sep 28, 2023
2 parents 1b5bbe0 + 15469c2 commit a8612cd
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions rubygems/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -395,13 +395,17 @@
"3.4.19": {
"url": "https://github.com/rubygems/rubygems/archive/refs/tags/v3.4.19.tar.gz",
"hash": "sha256-ntXPB8C514mpKBhaRXIrQyToz2Zz/9e3bQClixxBBzc="
},
"3.4.20": {
"url": "https://github.com/rubygems/rubygems/archive/refs/tags/v3.4.20.tar.gz",
"hash": "sha256-pnXPuXWceELp4n14ZUu/h23AYbdA1z8wLMY7QYGoojY="
}
},
"aliases": {
"1": "1.8.30",
"2": "2.7.6",
"3": "3.4.19",
"3.4": "3.4.19",
"3": "3.4.20",
"3.4": "3.4.20",
"3.3": "3.3.26",
"3.2": "3.2.34",
"3.1": "3.1.4",
Expand All @@ -411,7 +415,7 @@
"2.2": "2.2.3",
"2.0": "2.0.15",
"1.8": "1.8.30",
"3_4": "3.4.19",
"3_4": "3.4.20",
"3_3": "3.3.26",
"3_2": "3.2.34",
"3_1": "3.1.4",
Expand Down

0 comments on commit a8612cd

Please sign in to comment.