mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 18:12:55 +01:00
Merge branch 'sh-update-ruby-patch-releases' into 'master'
Update to Ruby 3.1.5 and 3.2.4 See merge request https://gitlab.com/gitlab-org/gitlab-build-images/-/merge_requests/803 Merged-by: Stan Hu <stanhu@gmail.com> Approved-by: Balasankar 'Balu' C <balasankar@gitlab.com>
This commit is contained in:
commit
83c5fd7698
3 changed files with 149 additions and 27 deletions
|
|
@ -228,13 +228,13 @@ function print_ruby_args() {
|
|||
;;
|
||||
|
||||
3.1|3.1.patched)
|
||||
RUBY_VERSION="3.1.4"
|
||||
RUBY_DOWNLOAD_SHA256="a3d55879a0dfab1d7141fdf10d22a07dbf8e5cdc4415da1bde06127d5cc3c7b6"
|
||||
RUBY_VERSION="3.1.5"
|
||||
RUBY_DOWNLOAD_SHA256="3685c51eeee1352c31ea039706d71976f53d00ab6d77312de6aa1abaf5cda2c5"
|
||||
;;
|
||||
|
||||
3.2|3.2.patched)
|
||||
RUBY_VERSION="3.2.3"
|
||||
RUBY_DOWNLOAD_SHA256="af7f1757d9ddb630345988139211f1fd570ff5ba830def1cc7c468ae9b65c9ba"
|
||||
RUBY_VERSION="3.2.4"
|
||||
RUBY_DOWNLOAD_SHA256="c72b3c5c30482dca18b0f868c9075f3f47d8168eaf626d4e682ce5b59c858692"
|
||||
;;
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue