We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 73705d6 + 570bc20 commit 668066dCopy full SHA for 668066d
resources/files/ruby/patch-hostruby.rb
@@ -90,7 +90,7 @@ def rewrite(file)
90
regexp = /Gem\.ruby\.shellsplit/
91
replace = "\\& << '-r/opt/puppetlabs/puppet/share/doc/rbconfig-#{target_ruby_version}-orig.rb'"
92
builder = 'rubygems/ext/builder.rb'
93
-elsif GEM_VERSION <= Gem::Version.new('3.5.10')
+elsif GEM_VERSION <= Gem::Version.new('3.5.16')
94
# $ git show v3.4.9:lib/rubygems/ext/builder.rb
95
# cmd = Shellwords.split(Gem.ruby)
96
#
0 commit comments