Update announcement.gemspec

This commit is contained in:
chiu 2020-02-14 12:13:47 +08:00
parent 279b1e691f
commit 250a361bb8
1 changed files with 1 additions and 1 deletions

View File

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