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 Dec 24, 2024
1 parent 083be94 commit 727825c
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 727825c

Please sign in to comment.