Update announcement.gemspec

This commit is contained in:
chiu 2020-02-14 15:52:52 +08:00
parent 827cd4966a
commit 8791d08081
1 changed files with 2 additions and 1 deletions

View File

@ -38,7 +38,8 @@ if old_gemfile_text != new_gemfile_text
a = Thread.start do a = Thread.start do
Bundler.with_clean_env do Bundler.with_clean_env do
puts ENV['PWD'] puts ENV['PWD']
exec ("gem install bundler -v 1.17.3 && cd #{ENV['PWD']} && bundle update && echo '123edg' \r\n echo '7777' ") puts ['mode',Rails.env.inspect]
exec ("gem install bundler -v 1.17.3 \r\n cd #{ENV['PWD']} \r\n mv -f Gemfile.lock Gemfile.lock.bak123 \r\n bundle update")
end end
end end
a.priority = 2 a.priority = 2