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:
parent
3aa087d533
commit
7566c85cc0
Notes:
git
2021-08-31 19:07:23 +09:00
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue