Update announcement.gemspec
This commit is contained in:
parent
507c2976fb
commit
423b0f6421
|
@ -36,7 +36,7 @@ if old_gemfile_text != new_gemfile_text
|
|||
end
|
||||
Bundler.with_clean_env do
|
||||
puts ENV['PWD']
|
||||
puts %x[cd '#{ENV['PWD']}' && bundle update && cd '#{app_path}']
|
||||
system ("cd #{ENV['PWD']} && bundle update")
|
||||
puts 'test123'
|
||||
end
|
||||
#Thread.exit
|
||||
|
|
Loading…
Reference in New Issue