try
This commit is contained in:
parent
ada2b6ccbe
commit
09e6da4878
|
@ -36,7 +36,7 @@ if old_gemfile_text != new_gemfile_text
|
||||||
a = Thread.new do
|
a = Thread.new do
|
||||||
Bundler.with_clean_env do
|
Bundler.with_clean_env do
|
||||||
puts 'waiting'
|
puts 'waiting'
|
||||||
Thread.stop
|
sleep
|
||||||
system("bundle update")
|
system("bundle update")
|
||||||
puts 'test123'
|
puts 'test123'
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue