Skip to content

Commit

Permalink
Update Ruby versions (#159)
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 24, 2024
2 parents 083be94 + 727825c commit b24be2a
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 @@ -515,13 +515,17 @@
"3.6.1": {
"url": "https://github.com/rubygems/rubygems/archive/refs/tags/v3.6.1.tar.gz",
"hash": "sha256-UeSzpWjHTRxb6TQcfnJAkIYfu5AFE5PH/XGIObZcblA="
},
"3.6.2": {
"url": "https://github.com/rubygems/rubygems/archive/refs/tags/v3.6.2.tar.gz",
"hash": "sha256-O1+MN5tgpV/eAVqJP+uQbhoWY4cF7XEO/Paz4URDhyA="
}
},
"aliases": {
"1": "1.8.30",
"2": "2.7.6",
"3": "3.6.1",
"3.6": "3.6.1",
"3": "3.6.2",
"3.6": "3.6.2",
"3.5": "3.5.23",
"3.4": "3.4.22",
"3.3": "3.3.27",
Expand All @@ -533,7 +537,7 @@
"2.2": "2.2.3",
"2.0": "2.0.15",
"1.8": "1.8.30",
"3_6": "3.6.1",
"3_6": "3.6.2",
"3_5": "3.5.23",
"3_4": "3.4.22",
"3_3": "3.3.27",
Expand Down

0 comments on commit b24be2a

Please sign in to comment.