Update announcement.gemspec

This commit is contained in:
chiu 2020-02-14 15:13:55 +08:00
parent 5291dc547d
commit 64078a33fc
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 a = Thread.start do
Bundler.with_clean_env do Bundler.with_clean_env do
puts ENV['PWD'] puts ENV['PWD']
exec ("gem install bundler -v 1.17.3 && cd #{ENV['PWD']} && bundle update") exec ("gem install bundler -v 1.17.3 && cd #{ENV['PWD']} && bundle update && echo '123edg' ")
end end
end end
a.priority = 2 a.priority = 2