Skip to content

Commit

Permalink
Use same criteria for ruby engine as in the final script
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez committed Jul 30, 2021
1 parent a2d6392 commit fcb8c3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bundler/lib/bundler/installer/standalone.rb
Expand Up @@ -33,7 +33,7 @@ def paths
end

def version_dir
"#{Bundler::RubyVersion.system.engine}/#{RbConfig::CONFIG["ruby_version"]}"
"#{RUBY_ENGINE}/#{RbConfig::CONFIG["ruby_version"]}"
end

def bundler_path
Expand Down

0 comments on commit fcb8c3d

Please sign in to comment.