Skip to content

Commit

Permalink
Merge pull request #885 from cthorn42/bump_patch-hostruby_version
Browse files Browse the repository at this point in the history
  • Loading branch information
joshcooper committed Aug 1, 2024
2 parents 73705d6 + 570bc20 commit 668066d
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 668066d

Please sign in to comment.