Skip to content

Commit

Permalink
(maint) Bump the patch-hostruby version
Browse files Browse the repository at this point in the history
  • Loading branch information
cthorn42 committed Aug 1, 2024
1 parent 73705d6 commit 570bc20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/files/ruby/patch-hostruby.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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)
#
Expand Down

0 comments on commit 570bc20

Please sign in to comment.