Skip to content

Commit 99de428

Browse files
balasankarcstanhu
andcommitted
Merge branch 'sh-fix-ruby-shadow-ruby-3.2' into 'master'
Fix ruby-shadow not building on Ruby 3.2 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7411 Merged-by: Balasankar 'Balu' C <[email protected]> Approved-by: Clemens Beck <[email protected]> Approved-by: Balasankar 'Balu' C <[email protected]> Co-authored-by: Stan Hu <[email protected]>
2 parents 66a37c3 + bed86bf commit 99de428

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/software/ruby-shadow.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
name 'ruby-shadow'
1919
# From https://github.com/chef/chef/blob/3c35bd0e1d17a5bfd779fab3cc7860ea1923dec6/Gemfile#L41-L44
20-
version = Gitlab::Version.new('ruby-shadow', '3b8ea40b0e943b5de721d956741308ce805a5c3c')
20+
version = Gitlab::Version.new('ruby-shadow', 'e408599fdba93340500dad8922e9ca75072879de')
2121
default_version version.print(false)
2222
display_version version.print(false)
2323

0 commit comments

Comments
 (0)