Skip to content

Commit 40d554d

Browse files
committed
Auto merge of #2027 - hsbt:rename-rubygems, r=segiddins
Rename `-rubygems` option. This option only needs Ruby 1.8. and It will remove at Ruby 2.5. This commit was picked r60125 from ruby/ruby: ruby/ruby@9de6c71
2 parents 432961d + 682dbde commit 40d554d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rubygems/ext/rake_builder.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def self.build(extension, directory, dest_path, results, args=[], lib_dir=nil)
2020
rake = ENV['rake']
2121

2222
rake ||= begin
23-
"#{Gem.ruby} -rubygems #{Gem.bin_path('rake', 'rake')}"
23+
"#{Gem.ruby} -rrubygems #{Gem.bin_path('rake', 'rake')}"
2424
rescue Gem::Exception
2525
end
2626

0 commit comments

Comments
 (0)