Skip to content

Commit

Permalink
Fix ruby-shadow not building on Ruby 3.2
Browse files Browse the repository at this point in the history
This update picks apalmblad/ruby-shadow#31.
A custom branch `gitlab-stable` has been created in the ruby-shadow
mirror.

Changelog: fixed
  • Loading branch information
stanhu committed Feb 2, 2024
1 parent 101f779 commit bed86bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/software/ruby-shadow.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit bed86bf

Please sign in to comment.