Skip to content

Commit

Permalink
Update Ruby versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bobvanderlinden authored and github-actions[bot] committed Sep 4, 2024
1 parent 175b586 commit 80c3b12
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions ruby/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -859,13 +859,17 @@
"3.2.5": {
"url": "https://cache.ruby-lang.org/pub/ruby/3.2/ruby-3.2.5.tar.gz",
"sha256": "ef0610b498f60fb5cfd77b51adb3c10f4ca8ed9a17cb87c61e5bea314ac34a16"
},
"3.3.5": {
"url": "https://cache.ruby-lang.org/pub/ruby/3.3/ruby-3.3.5.tar.gz",
"sha256": "3781a3504222c2f26cb4b9eb9c1a12dbf4944d366ce24a9ff8cf99ecbce75196"
}
},
"aliases": {
"2": "2.7.8",
"3": "3.3.4",
"latest": "3.3.4",
"3.3": "3.3.4",
"3": "3.3.5",
"latest": "3.3.5",
"3.3": "3.3.5",
"3.2": "3.2.5",
"3.1": "3.1.6",
"3.0": "3.0.7",
Expand All @@ -877,8 +881,8 @@
"2.2": "2.2.10",
"2.1": "2.1.10",
"2.*": "2.7.8",
"3.*": "3.3.4",
"3.3.*": "3.3.4",
"3.*": "3.3.5",
"3.3.*": "3.3.5",
"3.2.*": "3.2.5",
"3.1.*": "3.1.6",
"3.0.*": "3.0.7",
Expand Down

0 comments on commit 80c3b12

Please sign in to comment.