[前][次][番号順一覧][スレッド一覧]

ruby-changes:67414

From: David <ko1@a...>
Date: Tue, 31 Aug 2021 19:06:57 +0900 (JST)
Subject: [ruby-changes:67414] 7566c85cc0 (master): [rubygems/rubygems] Use same criteria for ruby engine as in the final script

https://git.ruby-lang.org/ruby.git/commit/?id=7566c85cc0

From 7566c85cc02b464e74860b01905e5d70136d77e5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?David=20Rodr=C3=ADguez?= <deivid.rodriguez@r...>
Date: Fri, 30 Jul 2021 12:40:42 +0200
Subject: [rubygems/rubygems] Use same criteria for ruby engine as in the final
 script

https://github.com/rubygems/rubygems/commit/fcb8c3d188
---
 lib/bundler/installer/standalone.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/bundler/installer/standalone.rb b/lib/bundler/installer/standalone.rb
index 1555108..2668ae0 100644
--- a/lib/bundler/installer/standalone.rb
+++ b/lib/bundler/installer/standalone.rb
@@ -33,7 +33,7 @@ module Bundler https://github.com/ruby/ruby/blob/trunk/lib/bundler/installer/standalone.rb#L33
     end
 
     def version_dir
-      "#{Bundler::RubyVersion.system.engine}/#{RbConfig::CONFIG["ruby_version"]}"
+      "#{RUBY_ENGINE}/#{RbConfig::CONFIG["ruby_version"]}"
     end
 
     def bundler_path
-- 
cgit v1.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]