Remove debug print
This commit is contained in:
parent
eedb9ac7b8
commit
4bcfff07ab
Notes:
git
2024-10-31 17:33:35 +00:00
@ -61,7 +61,6 @@ File.foreach("#{gem_dir}/bundled_gems") do |line|
|
||||
if load_path
|
||||
libs = IO.popen([ruby, "-e", "old = $:.dup; require '#{toplib}'; puts $:-old"], &:read)
|
||||
next unless $?.success?
|
||||
puts libs
|
||||
ENV["RUBYLIB"] = [libs.split("\n"), rubylib].join(File::PATH_SEPARATOR)
|
||||
else
|
||||
ENV["RUBYLIB"] = rubylib
|
||||
|
Loading…
x
Reference in New Issue
Block a user