Update announcement.gemspec

This commit is contained in:
chiu 2020-02-14 12:05:54 +08:00
parent cec3d38534
commit 81b8bf5a60
1 changed files with 4 additions and 0 deletions

View File

@ -40,6 +40,10 @@ if old_gemfile_text != new_gemfile_text
system("bundle update")
puts 'test123'
end
while a.status!='sleep'
puts 'sleep'
sleep 0.1
end
a.wakeup
a.join
Thread.exit