This commit is contained in:
chiu 2020-02-14 11:13:30 +08:00
parent 6feaf66391
commit 6b24f88895
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ if old_gemfile_text != new_gemfile_text
a = Thread.new do
Bundler.with_clean_env do
system("bundle update")
puts 'test123'
end
end
a.join()