Skip to content

Commit c9a58a7

Browse files
committed
Switch to ruby-shadow-ruby32 to work around building issues with newer rubies
apalmblad/ruby-shadow#31 Signed-off-by: Lance Albertson <lance@osuosl.org>
1 parent 7999bf4 commit c9a58a7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ end
5555
# Everything except AIX and Windows
5656
group(:ruby_shadow) do
5757
install_if -> { !RUBY_PLATFORM.match?(/mingw/) } do
58-
gem "ruby-shadow", platforms: :ruby
58+
# TODO: Temporary workaround for building on Ruby 3.2 and newer
59+
gem "ruby-shadow-ruby32", platforms: :ruby
5960
end
6061
end
6162

0 commit comments

Comments
 (0)