Skip to content

Commit

Permalink
Update Rubies
Browse files Browse the repository at this point in the history
  • Loading branch information
infertux committed May 2, 2024
1 parent 8bf0a03 commit ed97cb1
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 59 deletions.
51 changes: 0 additions & 51 deletions bootstrap_ruby_3.0.sh

This file was deleted.

4 changes: 2 additions & 2 deletions bootstrap_ruby_3.1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# Download, configure and install Ruby and Bundler
# https://github.com/infertux/ruby-bootstrap

VERSION="3.1.4"
SHA256="a3d55879a0dfab1d7141fdf10d22a07dbf8e5cdc4415da1bde06127d5cc3c7b6"
VERSION="3.1.5"
SHA256="3685c51eeee1352c31ea039706d71976f53d00ab6d77312de6aa1abaf5cda2c5"

[ "$1" = "--force" ] && FORCE=1 || FORCE=""

Expand Down
4 changes: 2 additions & 2 deletions bootstrap_ruby_3.2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# Download, configure and install Ruby and Bundler
# https://github.com/infertux/ruby-bootstrap

VERSION="3.2.2"
SHA256="96c57558871a6748de5bc9f274e93f4b5aad06cd8f37befa0e8d94e7b8a423bc"
VERSION="3.2.4"
SHA256="c72b3c5c30482dca18b0f868c9075f3f47d8168eaf626d4e682ce5b59c858692"

[ "$1" = "--force" ] && FORCE=1 || FORCE=""

Expand Down
4 changes: 2 additions & 2 deletions bootstrap_ruby_3.3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# Download, configure and install Ruby and Bundler
# https://github.com/infertux/ruby-bootstrap

VERSION="3.3.0"
SHA256="96518814d9832bece92a85415a819d4893b307db5921ae1f0f751a9a89a56b7d"
VERSION="3.3.1"
SHA256="8dc2af2802cc700cd182d5430726388ccf885b3f0a14fcd6a0f21ff249c9aa99"

[ "$1" = "--force" ] && FORCE=1 || FORCE=""

Expand Down
4 changes: 2 additions & 2 deletions bootstrap_ruby_stable.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# Download, configure and install Ruby and Bundler
# https://github.com/infertux/ruby-bootstrap

VERSION="3.3.0"
SHA256="96518814d9832bece92a85415a819d4893b307db5921ae1f0f751a9a89a56b7d"
VERSION="3.3.1"
SHA256="8dc2af2802cc700cd182d5430726388ccf885b3f0a14fcd6a0f21ff249c9aa99"

[ "$1" = "--force" ] && FORCE=1 || FORCE=""

Expand Down

0 comments on commit ed97cb1

Please sign in to comment.