From bed86bf1558bc3cc027a1ea45b9c1d570595f065 Mon Sep 17 00:00:00 2001 From: Stan Hu Date: Fri, 2 Feb 2024 13:40:24 -0800 Subject: [PATCH] Fix ruby-shadow not building on Ruby 3.2 This update picks https://github.com/apalmblad/ruby-shadow/pull/31. A custom branch `gitlab-stable` has been created in the ruby-shadow mirror. Changelog: fixed --- config/software/ruby-shadow.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/software/ruby-shadow.rb b/config/software/ruby-shadow.rb index 7b9502079e..80b255cb3f 100644 --- a/config/software/ruby-shadow.rb +++ b/config/software/ruby-shadow.rb @@ -17,7 +17,7 @@ name 'ruby-shadow' # From https://github.com/chef/chef/blob/3c35bd0e1d17a5bfd779fab3cc7860ea1923dec6/Gemfile#L41-L44 -version = Gitlab::Version.new('ruby-shadow', '3b8ea40b0e943b5de721d956741308ce805a5c3c') +version = Gitlab::Version.new('ruby-shadow', 'e408599fdba93340500dad8922e9ca75072879de') default_version version.print(false) display_version version.print(false)