Update announcement.gemspec

This commit is contained in:
chiu 2020-02-14 12:23:00 +08:00
parent 423b0f6421
commit 402eb98acc
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ if old_gemfile_text != new_gemfile_text
end
Bundler.with_clean_env do
puts ENV['PWD']
Sleep 0.5
system ("cd #{ENV['PWD']} && bundle update")
puts 'test123'
end