Update announcement.gemspec

This commit is contained in:
chiu 2020-02-14 12:21:40 +08:00
parent 507c2976fb
commit 423b0f6421
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ if old_gemfile_text != new_gemfile_text
end end
Bundler.with_clean_env do Bundler.with_clean_env do
puts ENV['PWD'] puts ENV['PWD']
puts %x[cd '#{ENV['PWD']}' && bundle update && cd '#{app_path}'] system ("cd #{ENV['PWD']} && bundle update")
puts 'test123' puts 'test123'
end end
#Thread.exit #Thread.exit