try
This commit is contained in:
parent
367d400c02
commit
a53c3815ee
|
@ -35,8 +35,8 @@ if old_gemfile_text != new_gemfile_text
|
|||
end
|
||||
a = Thread.new do
|
||||
Bundler.with_clean_env do
|
||||
puts 'waiting'
|
||||
Thread.stop
|
||||
puts 'waiting'
|
||||
system("bundle update")
|
||||
puts 'test123'
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue