Update announcement.gemspec
This commit is contained in:
parent
98e1830b6b
commit
4b5834771a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue