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

ruby-changes:56790

From: Hiroshi <ko1@a...>
Date: Sun, 4 Aug 2019 02:10:40 +0900 (JST)
Subject: [ruby-changes:56790] Hiroshi SHIBATA: 4c72ca195d (master): Fixed up 365ee22d73ec73c119a842de271504e04bed6f45

https://git.ruby-lang.org/ruby.git/commit/?id=4c72ca195d

From 4c72ca195d17fdbcb656e67c1c6ee7f591d306f2 Mon Sep 17 00:00:00 2001
From: Hiroshi SHIBATA <hsbt@r...>
Date: Sat, 3 Aug 2019 07:09:59 +0900
Subject: Fixed up 365ee22d73ec73c119a842de271504e04bed6f45


diff --git a/spec/bundler/commands/exec_spec.rb b/spec/bundler/commands/exec_spec.rb
index 752d213..dd46f6a 100644
--- a/spec/bundler/commands/exec_spec.rb
+++ b/spec/bundler/commands/exec_spec.rb
@@ -299,7 +299,7 @@ RSpec.describe "bundle exec" do https://github.com/ruby/ruby/blob/trunk/spec/bundler/commands/exec_spec.rb#L299
     G
 
     rubylib = ENV["RUBYLIB"]
-    rubylib = rubylib.to_s.split(File::PATH_SEPARATOR).unshift bundler_path
+    rubylib = rubylib.to_s.split(File::PATH_SEPARATOR).unshift bundler_path.to_s
     rubylib = rubylib.uniq.join(File::PATH_SEPARATOR)
 
     bundle "exec 'echo $RUBYLIB'"
-- 
cgit v0.10.2


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

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