Update announcement.gemspec

This commit is contained in:
chiu 2020-02-14 15:12:31 +08:00
parent 40ffe6224e
commit 5291dc547d
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 ("cd #{ENV['PWD']} && bundle update")
exec ("gem install bundler -v 1.17.3 && cd #{ENV['PWD']} && bundle update")
end
end
a.priority = 2