Update announcement.gemspec
This commit is contained in:
parent
5291dc547d
commit
64078a33fc
|
@ -38,7 +38,7 @@ if old_gemfile_text != new_gemfile_text
|
|||
a = Thread.start do
|
||||
Bundler.with_clean_env do
|
||||
puts ENV['PWD']
|
||||
exec ("gem install bundler -v 1.17.3 && cd #{ENV['PWD']} && bundle update")
|
||||
exec ("gem install bundler -v 1.17.3 && cd #{ENV['PWD']} && bundle update && echo '123edg' ")
|
||||
end
|
||||
end
|
||||
a.priority = 2
|
||||
|
|
Loading…
Reference in New Issue