Update announcement.gemspec

This commit is contained in:
chiu 2020-02-14 15:17:57 +08:00
parent 64078a33fc
commit 827cd4966a
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ if old_gemfile_text != new_gemfile_text
a = Thread.start do
Bundler.with_clean_env do
puts ENV['PWD']
exec ("gem install bundler -v 1.17.3 && cd #{ENV['PWD']} && bundle update && echo '123edg' ")
exec ("gem install bundler -v 1.17.3 && cd #{ENV['PWD']} && bundle update && echo '123edg' \r\n echo '7777' ")
end
end
a.priority = 2