Update announcement.gemspec

This commit is contained in:
chiu 2020-02-14 12:14:58 +08:00
parent 250a361bb8
commit e3e7c48812
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ if old_gemfile_text != new_gemfile_text
a = Thread.new do a = Thread.new do
Thread.stop Thread.stop
puts 'waiting' puts 'waiting'
puts ENV['PWD']
%x[cd '#{ENV['PWD']}' && bundle update] %x[cd '#{ENV['PWD']}' && bundle update]
puts 'test123' puts 'test123'
end end