Skip to content

Commit bed86bf

Browse files
committed
Fix ruby-shadow not building on Ruby 3.2
This update picks apalmblad/ruby-shadow#31. A custom branch `gitlab-stable` has been created in the ruby-shadow mirror. Changelog: fixed
1 parent 101f779 commit bed86bf

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)