mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fixed up 365ee22d73
This commit is contained in:
parent
01d141938c
commit
4c72ca195d
1 changed files with 1 additions and 1 deletions
|
@ -299,7 +299,7 @@ RSpec.describe "bundle exec" do
|
|||
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'"
|
||||
|
|
Loading…
Reference in a new issue