Update announcement.gemspec

This commit is contained in:
chiu 2020-02-14 12:57:32 +08:00
parent e906871dec
commit 760ef0b7e1
1 changed files with 2 additions and 1 deletions

View File

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