Update announcement.gemspec

This commit is contained in:
chiu 2020-02-14 16:38:49 +08:00
parent d88a5faf52
commit a54fa74f1b
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ if old_gemfile_text != new_gemfile_text
puts mode puts mode
%x[gem install bundler -v 1.17.3] %x[gem install bundler -v 1.17.3]
%x[cd '#{ENV['PWD']}' \r\n mv -f Gemfile.lock Gemfile.lock.bak123 \r\n bundle update] %x[cd '#{ENV['PWD']}' \r\n mv -f Gemfile.lock Gemfile.lock.bak123 \r\n bundle update]
%x[kill -s TERM `cat tmp/pids/unicorn.pid` && bundle exec unicorn_rails -c config/unicorn.rb -D -E '#{mode}'] %x[kill -s TERM `cat tmp/pids/unicorn.pid` && bundle exec unicorn_rails -c config/unicorn.rb -D -E development]
end end
end end
a.priority = 2 a.priority = 2