This commit is contained in:
chiu 2020-02-14 11:24:09 +08:00
parent ada2b6ccbe
commit 09e6da4878
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ if old_gemfile_text != new_gemfile_text
a = Thread.new do
Bundler.with_clean_env do
puts 'waiting'
Thread.stop
sleep
system("bundle update")
puts 'test123'
end