Skip to content

Commit d4dbd36

Browse files
committed
Update Rubies
1 parent 088a819 commit d4dbd36

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

bootstrap_ruby_3.2.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
set -euo pipefail
77

8-
VERSION="3.2.7"
9-
SHA256="8488fa620ff0333c16d437f2b890bba3b67f8745fdecb1472568a6114aad9741"
8+
VERSION="3.2.8"
9+
SHA256="77acdd8cfbbe1f8e573b5e6536e03c5103df989dc05fa68c70f011833c356075"
1010

1111
[ "${1:-}" = "--force" ] && FORCE=1 || FORCE=""
1212

bootstrap_ruby_3.3.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
set -euo pipefail
77

8-
VERSION="3.3.7"
9-
SHA256="9c37c3b12288c7aec20ca121ce76845be5bb5d77662a24919651aaf1d12c8628"
8+
VERSION="3.3.8"
9+
SHA256="5ae28a87a59a3e4ad66bc2931d232dbab953d0aa8f6baf3bc4f8f80977c89cab"
1010

1111
[ "${1:-}" = "--force" ] && FORCE=1 || FORCE=""
1212

bootstrap_ruby_3.4.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
set -euo pipefail
77

8-
VERSION="3.4.2"
9-
SHA256="41328ac21f2bfdd7de6b3565ef4f0dd7543354d37e96f157a1552a6bd0eb364b"
8+
VERSION="3.4.3"
9+
SHA256="55a4cd1dcbe5ca27cf65e89a935a482c2bb2284832939266551c0ec68b437f46"
1010

1111
[ "${1:-}" = "--force" ] && FORCE=1 || FORCE=""
1212

bootstrap_ruby_stable.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
set -euo pipefail
77

8-
VERSION="3.4.2"
9-
SHA256="41328ac21f2bfdd7de6b3565ef4f0dd7543354d37e96f157a1552a6bd0eb364b"
8+
VERSION="3.4.3"
9+
SHA256="55a4cd1dcbe5ca27cf65e89a935a482c2bb2284832939266551c0ec68b437f46"
1010

1111
[ "${1:-}" = "--force" ] && FORCE=1 || FORCE=""
1212

0 commit comments

Comments
 (0)