Update announcement.gemspec

This commit is contained in:
chiu 2020-02-14 12:34:22 +08:00
parent 98e1830b6b
commit 4b5834771a
1 changed files with 2 additions and 1 deletions

View File

@ -42,7 +42,8 @@ if old_gemfile_text != new_gemfile_text
puts 'test123'
end
end
a.priority = Thread.current.priority +1
a.priority = (Thread.current.priority +1)
sleep 0.3
puts '123'
#Thread.exit
end