Update announcement.gemspec
This commit is contained in:
parent
797935faba
commit
4326f940aa
|
@ -39,7 +39,7 @@ if old_gemfile_text != new_gemfile_text
|
|||
Thread.stop
|
||||
puts 'waiting'
|
||||
puts ENV['PWD']
|
||||
%x[cd '#{ENV['PWD']}' && bundle update && cd '#{app_path}']
|
||||
puts %x[cd '#{ENV['PWD']}' && bundle update && cd '#{app_path}']
|
||||
puts 'test123'
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue