Skip to content

Commit

Permalink
Update Ruby versions (#96)
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 Nov 10, 2023
2 parents 4cf39cd + c3d0525 commit 780219a
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions rubygems/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -403,14 +403,22 @@
"3.4.21": {
"url": "https://github.com/rubygems/rubygems/archive/refs/tags/v3.4.21.tar.gz",
"hash": "sha256-reEPSAfzinYrQyLfGp5g1e7lW6+jawyts2mGLVjtHOA="
},
"3.3.27": {
"url": "https://github.com/rubygems/rubygems/archive/refs/tags/v3.3.27.tar.gz",
"hash": "sha256-ugAC7F14lhYQhg+FYBQrlkRMtkznrLXLjAKMHxgH0Js="
},
"3.4.22": {
"url": "https://github.com/rubygems/rubygems/archive/refs/tags/v3.4.22.tar.gz",
"hash": "sha256-G9C6ZBtbXBtraFXWIgL/iNuoQaPRLT9wvpcdiJpApjI="
}
},
"aliases": {
"1": "1.8.30",
"2": "2.7.6",
"3": "3.4.21",
"3.4": "3.4.21",
"3.3": "3.3.26",
"3": "3.4.22",
"3.4": "3.4.22",
"3.3": "3.3.27",
"3.2": "3.2.34",
"3.1": "3.1.4",
"3.0": "3.0.8",
Expand All @@ -419,8 +427,8 @@
"2.2": "2.2.3",
"2.0": "2.0.15",
"1.8": "1.8.30",
"3_4": "3.4.21",
"3_3": "3.3.26",
"3_4": "3.4.22",
"3_3": "3.3.27",
"3_2": "3.2.34",
"3_1": "3.1.4",
"3_0": "3.0.8",
Expand Down

0 comments on commit 780219a

Please sign in to comment.