Skip to content

Commit 798a569

Browse files
Merge branch '8339-support-building-ruby-3.2.2' into 'master'
Enable building Ruby 3.2.2 Closes #8339 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7293 Merged-by: Jason Plum <[email protected]> Approved-by: Jason Plum <[email protected]> Approved-by: Ryan Egesdahl <[email protected]> Reviewed-by: Ryan Egesdahl <[email protected]> Co-authored-by: Balasankar 'Balu' C <[email protected]>
2 parents 1588e1c + db4167e commit 798a569

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/software/ruby.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@
6666
dependency 'libiconv'
6767
dependency 'jemalloc'
6868

69-
version('2.7.8') { source sha256: 'c2dab63cbc8f2a05526108ad419efa63a67ed4074dbbcf9fc2b1ca664cb45ba0' }
7069
version('3.0.6') { source sha256: '6e6cbd490030d7910c0ff20edefab4294dfcd1046f0f8f47f78b597987ac683e' }
7170
version('3.1.4') { source sha256: 'a3d55879a0dfab1d7141fdf10d22a07dbf8e5cdc4415da1bde06127d5cc3c7b6' }
71+
version('3.2.2') { source sha256: '96c57558871a6748de5bc9f274e93f4b5aad06cd8f37befa0e8d94e7b8a423bc' }
7272

7373
source url: "https://cache.ruby-lang.org/pub/ruby/#{version.match(/^(\d+\.\d+)/)[0]}/ruby-#{version}.tar.gz"
7474

0 commit comments

Comments
 (0)