Skip to content

Commit

Permalink
Adding Ruby 3.1.5 support (#1898)
Browse files Browse the repository at this point in the history
Signed-off-by: John McCrae <john.mccrae@progress.com>
  • Loading branch information
johnmccrae committed Apr 26, 2024
1 parent e4e5868 commit fbc2b35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/software/ruby.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
# version_list: url=https://cache.ruby-lang.org/pub/ruby/ filter=*.tar.gz
version("3.2.2") { source sha256: "96c57558871a6748de5bc9f274e93f4b5aad06cd8f37befa0e8d94e7b8a423bc" }
version("3.2.0") { source sha256: "daaa78e1360b2783f98deeceb677ad900f3a36c0ffa6e2b6b19090be77abc272" }
version("3.1.5") { source sha256: "3685c51eeee1352c31ea039706d71976f53d00ab6d77312de6aa1abaf5cda2c5" }
version("3.1.4") { source sha256: "a3d55879a0dfab1d7141fdf10d22a07dbf8e5cdc4415da1bde06127d5cc3c7b6" }
version("3.1.3") { source sha256: "5ea498a35f4cd15875200a52dde42b6eb179e1264e17d78732c3a57cd1c6ab9e" }
version("3.1.2") { source sha256: "61843112389f02b735428b53bb64cf988ad9fb81858b8248e22e57336f24a83e" }
Expand Down

0 comments on commit fbc2b35

Please sign in to comment.