Skip to content

Commit

Permalink
Update Ruby versions (#156)
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 17, 2024
2 parents 3ed8011 + 3700a32 commit d88ec84
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion rubygems/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -507,12 +507,17 @@
"3.5.23": {
"url": "https://github.com/rubygems/rubygems/archive/refs/tags/v3.5.23.tar.gz",
"hash": "sha256-wcZQ+mU6ujKYzfHPa7X2sAlXXvFwHAWsHTZa9F61dmo="
},
"3.6.0": {
"url": "https://github.com/rubygems/rubygems/archive/refs/tags/v3.6.0.tar.gz",
"hash": "sha256-+v0iQYm53UvG68YzI30mVWFRGJSEinuokiJNkbMszgk="
}
},
"aliases": {
"1": "1.8.30",
"2": "2.7.6",
"3": "3.5.23",
"3": "3.6.0",
"3.6": "3.6.0",
"3.5": "3.5.23",
"3.4": "3.4.22",
"3.3": "3.3.27",
Expand All @@ -524,6 +529,7 @@
"2.2": "2.2.3",
"2.0": "2.0.15",
"1.8": "1.8.30",
"3_6": "3.6.0",
"3_5": "3.5.23",
"3_4": "3.4.22",
"3_3": "3.3.27",
Expand Down

0 comments on commit d88ec84

Please sign in to comment.