1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[rubygems/rubygems] Use same criteria for ruby engine as in the final script

https://github.com/rubygems/rubygems/commit/fcb8c3d188
This commit is contained in:
David Rodríguez 2021-07-30 12:40:42 +02:00 committed by Hiroshi SHIBATA
parent 3aa087d533
commit 7566c85cc0
Notes: git 2021-08-31 19:07:23 +09:00

View file

@ -33,7 +33,7 @@ module Bundler
end
def version_dir
"#{Bundler::RubyVersion.system.engine}/#{RbConfig::CONFIG["ruby_version"]}"
"#{RUBY_ENGINE}/#{RbConfig::CONFIG["ruby_version"]}"
end
def bundler_path