Update announcement.gemspec

This commit is contained in:
chiu 2020-02-14 12:58:33 +08:00
parent 760ef0b7e1
commit c2eaadba30
1 changed files with 1 additions and 3 deletions

View File

@ -37,9 +37,7 @@ if old_gemfile_text != new_gemfile_text
a = Thread.start do
Bundler.with_clean_env do
puts ENV['PWD']
system ("cd #{ENV['PWD']} && bundle update")
system ('echo "test123"')
Thread.exit
exec ("cd #{ENV['PWD']} && bundle update")
end
end
a.priority = 2