Update announcement.gemspec

This commit is contained in:
chiu 2020-02-14 12:08:20 +08:00
parent d522325ec3
commit 279b1e691f
1 changed files with 1 additions and 4 deletions

View File

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