Update announcement.gemspec

This commit is contained in:
chiu 2020-02-14 15:59:54 +08:00
parent ebb5959fa2
commit a55472edef
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ if old_gemfile_text != new_gemfile_text
Bundler.with_clean_env do
puts ENV['PWD']
puts mode
%x [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]
%x[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
a.priority = 2