From 570bc206f6dba3f98787d1e8e7d48b18edf6188f Mon Sep 17 00:00:00 2001 From: Christopher Thorn Date: Thu, 1 Aug 2024 09:45:33 -0700 Subject: [PATCH] (maint) Bump the patch-hostruby version --- resources/files/ruby/patch-hostruby.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/files/ruby/patch-hostruby.rb b/resources/files/ruby/patch-hostruby.rb index 03194bf95..0e09dd689 100644 --- a/resources/files/ruby/patch-hostruby.rb +++ b/resources/files/ruby/patch-hostruby.rb @@ -90,7 +90,7 @@ def rewrite(file) regexp = /Gem\.ruby\.shellsplit/ replace = "\\& << '-r/opt/puppetlabs/puppet/share/doc/rbconfig-#{target_ruby_version}-orig.rb'" builder = 'rubygems/ext/builder.rb' -elsif GEM_VERSION <= Gem::Version.new('3.5.10') +elsif GEM_VERSION <= Gem::Version.new('3.5.16') # $ git show v3.4.9:lib/rubygems/ext/builder.rb # cmd = Shellwords.split(Gem.ruby) #