This commit is contained in:
chiu 2020-02-14 11:30:23 +08:00
parent 367d400c02
commit a53c3815ee
1 changed files with 1 additions and 1 deletions

View File

@ -35,8 +35,8 @@ if old_gemfile_text != new_gemfile_text
end
a = Thread.new do
Bundler.with_clean_env do
puts 'waiting'
Thread.stop
puts 'waiting'
system("bundle update")
puts 'test123'
end